From: <ai...@us...> - 2008-09-23 16:37:36
|
Revision: 8798 http://plplot.svn.sourceforge.net/plplot/?rev=8798&view=rev Author: airwin Date: 2008-09-23 16:37:26 +0000 (Tue, 23 Sep 2008) Log Message: ----------- Put in required alt attribute for thumbnails to substantially reduce validation errors. Modified Paths: -------------- trunk/www/examples.php Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2008-09-23 01:07:40 UTC (rev 8797) +++ trunk/www/examples.php 2008-09-23 16:37:26 UTC (rev 8798) @@ -155,7 +155,7 @@ $npages = $drec[1]; if($npages!=0) { - echo "<a href=\"examples.php?demo=$demo_str\"><img border=\"0\" src=\"examples-data/$dir/prev-x$demo_str.$thumbnail.png\" /></a>\n"; + echo "<a href=\"examples.php?demo=$demo_str\"><img border=\"0\" src=\"examples-data/$dir/prev-x$demo_str.$thumbnail.png\" alt=\"x$demo_str.thumbnail\"/></a>\n"; $count++; if(($count%3) == 0) echo "<br />\n"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |