wez Mon May 24 08:43:25 2004 EDT
Modified files:
/livedocs/themes/default html_format.php
Log:
valign belongs on tr, not td
http://cvs.php.net/diff.php/livedocs/themes/default/html_format.php?r1=1.9&r2=1.10&ty=u
Index: livedocs/themes/default/html_format.php
diff -u livedocs/themes/default/html_format.php:1.9
livedocs/themes/default/html_format.php:1.10
--- livedocs/themes/default/html_format.php:1.9 Sun May 23 04:58:01 2004
+++ livedocs/themes/default/html_format.php Mon May 24 08:43:25 2004
@@ -18,7 +18,7 @@
// | headers and footers for the HTML rendering |
// +----------------------------------------------------------------------+
//
-// $Id: html_format.php,v 1.9 2004/05/23 08:58:01 wez Exp $
+// $Id: html_format.php,v 1.10 2004/05/24 12:43:25 wez Exp $
// in livedoc.php
@@ -51,7 +51,7 @@
<br />
<div class='footer'>$filename $file_revision | generated: $date</div>
</td></tr>
-<tr><td valign="top">
+<tr valign="top"><td>
$nav
</td></tr></table>
</body>
@@ -160,7 +160,7 @@
</p>
<div class='footer'>$filename $file_revision | generated: $date</div>
</td></tr>
-<tr><td valign="top">
+<tr valign="top"><td>
$nav
</td></tr></table>
</body>