From: <ai...@us...> - 2008-09-23 16:50:01
|
Revision: 8799 http://plplot.svn.sourceforge.net/plplot/?rev=8799&view=rev Author: airwin Date: 2008-09-23 16:49:50 +0000 (Tue, 23 Sep 2008) Log Message: ----------- Put in closing </p> tag. We now have clean validation for this page! Modified Paths: -------------- trunk/www/examples.php Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2008-09-23 16:37:26 UTC (rev 8798) +++ trunk/www/examples.php 2008-09-23 16:49:50 UTC (rev 8799) @@ -160,6 +160,7 @@ if(($count%3) == 0) echo "<br />\n"; } } + echo "</p>"; } ?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |