]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
remove some unneeded enveloping tables
[nano-editor.git] / news.php
index 2663e3502c516daff2724b4301e1178f54d25521..21a8786a95728300d599699b8f3157a3e75f0ae5 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,8 +1,5 @@
 <?php $title="News";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
@@ -20,8 +17,8 @@
 <table><tr><td><ul>
 <li>After a search, the spotlighting is dropped after 1.5 seconds (0.8<br>
     seconds with <tt>--quick</tt>) to avoid the idea that the text is selected.</li>
-<li>A <tt>+</tt> and a space before a filename on the command line will put the<br>
-    cursor at the end of the corresponding buffer.</li>
+<li>A <tt>+</tt> and a space before a filename on the command line will put<br>
+    the cursor at the end of the corresponding buffer.</li>
 <li>Linter messages no longer include filename and line/column numbers.</li>
 <li>Color name "grey" or "gray" can be used instead of "lightblack".</li>
 <li>The color of the minibar can be chosen with 'set minicolor'.</li>
@@ -821,8 +818,4 @@ Bye!  And thanks for all the grass!
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>