[Compbench-web-devel] compbenchmarks-web/lib interface.pl, 1.23, 1.24
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-09-26 20:58:52
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2019 Modified Files: interface.pl Log Message: Uses local PNG from W3C on validated pages. Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** interface.pl 26 Sep 2006 20:45:21 -0000 1.23 --- interface.pl 26 Sep 2006 20:58:47 -0000 1.24 *************** *** 323,327 **** print "<td align='right' valign='top'>"; ! my $valid_txt = '<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>'; my $valid_url = html_page_valid(); --- 323,327 ---- print "<td align='right' valign='top'>"; ! my $valid_txt = '<a href="http://validator.w3.org/check?uri=referer"><img src="' . "$LT_WEB_ICONS/valid-html401.png" . '" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>'; my $valid_url = html_page_valid(); |