]> git.wh0rd.org - nano-editor.git/blobdiff - history.php
remove some unneeded enveloping tables
[nano-editor.git] / history.php
index c3b17f30c067a8b0a23e855b6f9331a482e591dc..a271d523cf4b3f4bc3b89bb4e1a657563de4dcb0 100644 (file)
@@ -1,9 +1,5 @@
 <?php $title="History";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>History</b></center>
 <br>
@@ -162,8 +158,4 @@ Version 1.0 had the following features:<br>
 </td></tr></table>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>