cvs: php-gtk-web /include shared-manual.inc

[email protected] ("Christian Weiske") Thu, 13 Jul 2006 05:44:13 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvscweiske1152769453@cvsserver>
cweiske		Thu Jul 13 05:44:13 2006 UTC

  Modified files:              
    /php-gtk-web/include	shared-manual.inc 
  Log:
  Making docs (phpweb) valid
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/shared-manual.inc?r1=1.76&r2=1.77&diff_format=u
Index: php-gtk-web/include/shared-manual.inc
diff -u php-gtk-web/include/shared-manual.inc:1.76 php-gtk-web/include/shared-manual.inc:1.77
--- php-gtk-web/include/shared-manual.inc:1.76	Thu Jul 13 04:48:24 2006
+++ php-gtk-web/include/shared-manual.inc	Thu Jul 13 05:44:13 2006
@@ -43,7 +43,7 @@
 
 	if(sizeof($TOC) > 1) {
 	$SIDEBAR_DATA.= '<tr valign="top"><td><small>' .
-		'lookup: <input type="text" class="small" name="function" size="10"> ' .
+		'lookup: <input type="text" class="small" name="function" size="10"/> ' .
 		make_submit('small_submit.gif', 'lookup', 'bottom') .
 		'<br /></small></td></tr>';
 
@@ -146,8 +146,9 @@
 
 	if (count($links)) {
 		echo 'view this page in ' . join (delim(), $links);
-		echo '<br /></small></td></tr>';
+		echo '<br />';
 	}
+	echo '</small></td></tr>';
 
 	echo "</table>\n";
 }