[Compbench-web-devel] compbenchmarks-web/lib interface.pl, 1.34, 1.35
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-25 15:33:23
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11624 Modified Files: interface.pl Log Message: HTML conformance. Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** interface.pl 25 Sep 2007 15:26:06 -0000 1.34 --- interface.pl 25 Sep 2007 15:33:20 -0000 1.35 *************** *** 232,236 **** print ${$tabs{$menu}->{tabs}}{$tab}; print "</h1>"; ! if (defined($topics_order)) { print "<h2>$topics->{$topic}</h2>"; } --- 232,237 ---- print ${$tabs{$menu}->{tabs}}{$tab}; print "</h1>"; ! if ((defined($topics_order)) && ! (defined($topics->{$topic}))) { print "<h2>$topics->{$topic}</h2>"; } |