From: Peter O. <obe...@us...> - 2010-08-20 14:32:07
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13119 Modified Files: genhtml Log Message: genhtml: fix HTML page title for directory pages Index: genhtml =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/genhtml,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** genhtml 20 Aug 2010 14:27:19 -0000 1.54 --- genhtml 20 Aug 2010 14:31:59 -0000 1.55 *************** *** 872,875 **** --- 872,876 ---- $trunc_dir = ""; } + $title .= " - " if ($trunc_dir ne ""); write_html_prolog(*HTML_HANDLE, $base_dir, "LCOV - $title$trunc_dir"); write_header(*HTML_HANDLE, $view_type, $trunc_dir, $rel_dir, |