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