Update of /cvsroot/compbench/compbenchmarks-web/lib
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20005
Modified Files:
interface.pl
Log Message:
HTML conformance.
Index: interface.pl
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** interface.pl 29 Nov 2006 20:35:08 -0000 1.29
--- interface.pl 29 Nov 2006 21:24:23 -0000 1.30
***************
*** 185,189 ****
print "<b>";
}
! print "<a href='/cgi-bin/$menu.cgi?tab=$_' style='text-decoration: none'>${$tabs{$menu}->{tabs}}{$_}</a></td><td class='tab4_$l'>";
--- 185,189 ----
print "<b>";
}
! print "<a href='/cgi-bin/$menu.cgi?tab=$_' style='text-decoration: none'>${$tabs{$menu}->{tabs}}{$_}</a>";
***************
*** 191,195 ****
print "</b>";
}
! print "</td><td class='tab_sep'> </td>";
}
print "<td colspan='2'></td>";
--- 191,195 ----
print "</b>";
}
! print "</td><td class='tab4_$l'></td><td class='tab_sep'> </td>";
}
print "<td colspan='2'></td>";
|