]> git.wh0rd.org - nano-editor.git/blobdiff - history.php
remove some unneeded enveloping tables
[nano-editor.git] / history.php
index 59be424624bb87a92f762d3f184ffff7d18a24a3..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>
@@ -20,8 +14,8 @@ Improvements made in version 2.6:<br>
 <li>Trailing whitespace can be snipped from justified paragraphs.</li>
 <li>Better feedback when a file is unwritable or a directory inaccessible.</li>
 <li>Bindable functions for deleting a word to the left and to the right.</li>
-<li>A bindable function for saving the current file without prompting for its name.</li>
-<br>
+<li>A bindable function for saving the current file without prompting for its name.<br><br></li>
+
 <li>Commenting/uncommenting lines with a single keystroke (M-3).</li>
 <li>Resizing the window does not exit from help viewer nor file browser.</li>
 <li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li>
@@ -41,8 +35,8 @@ Improvements made in version 2.4:<br>
 <li>The ability to give different colors to title bar, status bar and help lines.</li>
 <li>Linter support, for automatically putting the cursor on syntax errors.</li>
 <li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
-<li>The undo/redo system has reached a usable state and is enabled by default.</li>
-<br>
+<li>The undo/redo system has reached a usable state and is enabled by default.<br><br></li>
+
 <li>No longer finds "ghosts" of certain UTF-8 characters.</li>
 <li>Makes the mouse usable again for clicking on shortcuts.</li>
 <li>Fixes several syntax coloring issues.</li>
@@ -164,8 +158,4 @@ Version 1.0 had the following features:<br>
 </td></tr></table>
 </blockquote>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>