Update of /cvsroot/compbench/compbenchmarks-web/lib
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29715
Modified Files:
interface.pl
Log Message:
Icons uses $LT_WEB_ICONS.
Index: interface.pl
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** interface.pl 20 Sep 2006 16:46:02 -0000 1.22
--- interface.pl 26 Sep 2006 20:45:21 -0000 1.23
***************
*** 327,331 ****
! print "<img src='/icons/vcss.png' alt='Valid CSS'> ";
if ($valid_url) {
--- 327,331 ----
! print "<img src='$LT_WEB_ICONS/vcss.png' alt='Valid CSS'> ";
if ($valid_url) {
|