cvs: php-gtk-web / index.php

[email protected] ("Scott Mattocks") Mon, 10 Jul 2006 20:43:38 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvsscottmattocks1152564218@cvsserver>
scottmattocks		Mon Jul 10 20:43:38 2006 UTC

  Modified files:              
    /php-gtk-web	index.php 
  Log:
  Fix HTML validation issue by moving closing P before UL.
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/index.php?r1=1.115&r2=1.116&diff_format=u
Index: php-gtk-web/index.php
diff -u php-gtk-web/index.php:1.115 php-gtk-web/index.php:1.116
--- php-gtk-web/index.php:1.115	Mon Jul 10 17:27:53 2006
+++ php-gtk-web/index.php	Mon Jul 10 20:43:38 2006
@@ -1,6 +1,6 @@
 <?php
 /*
- * $Id: index.php,v 1.115 2006/07/10 17:27:53 scottmattocks Exp $ 
+ * $Id: index.php,v 1.116 2006/07/10 20:43:38 scottmattocks Exp $ 
  */
 
 // Start output buffering in order to grab the data from the documentation
@@ -113,6 +113,7 @@
 Development of PHP-GTK 2 is steadily picking up pace. The last month has seen
 plenty of activity not only in commits to CVS but in other parts of the PHP-GTK
 2 community also:
+</p>
 <ul>
  <li>The PHP-GTK 2 documentation is filling out. More classes have been
      documented and given examples (especially the GtkTree* classes).</li>
@@ -131,7 +132,6 @@
      an application that makes it easy to modify php.ini files, has been
      proposed on <a href="http://pear.php.net">PEAR</a> by Anant Narayanan.</li>
 </ul>
-</p>
 
 <?php hdelim(); ?>