|
From: <sm...@us...> - 2008-12-02 14:55:44
|
Revision: 9030
http://plplot.svn.sourceforge.net/plplot/?rev=9030&view=rev
Author: smekal
Date: 2008-12-02 14:55:33 +0000 (Tue, 02 Dec 2008)
Log Message:
-----------
This should remove the orange border around the w3c html image (there is no border as well for the w3c css image).
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-12-02 13:53:02 UTC (rev 9029)
+++ trunk/www/corefunctions.php 2008-12-02 14:55:33 UTC (rev 9030)
@@ -56,9 +56,9 @@
{
echo ' <div id="pagefooter">';
echo ' <p>© 2008 Plplot developer community.<br/>Design by <a href="http://DesignsByDarren.com">DesignsByDarren.com</a>, Some Rights Reserved.<br /><br/>';
- echo ' <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>';
- echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
- echo ' </p>';
+ echo ' <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" /></a>';
+ echo ' <a href="http://jigsaw.w3.org/css-validator/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>';
+ echo ' </p>';
echo ' </div>';
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|