]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
remove some unneeded enveloping tables
[nano-editor.git] / docs.php
index 768f6eb074de9400b38c511ae98aa61c8e7a813a..a0f229641038a711c4f863fcbcbb1d1213ede935 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,9 +1,5 @@
 <?php $title="Documentation";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Documentation</b></center>
 <br>
@@ -39,6 +35,13 @@ Description
 <td>The full nano manual in HTML format.</td>
 </tr>
 
+<tr>
+<td>
+<center><a href="/dist/latest/nano.pdf">The manual as PDF</a></center>
+</td>
+<td>The full nano manual in PDF format.</td>
+</tr>
+
 <tr>
 <td>
 <center><a href="/dist/latest/nano.1.html">Man Page</a></center>
@@ -74,9 +77,6 @@ Description
 <td>General description of noteworthy things in each release.</td>
 </tr>
 
-</table>
-</td>
-</tr>
 </table>
 
 <?php include "bottom.php"; ?>