]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
add a line break
[nano-editor.git] / docs.php
index 768f6eb074de9400b38c511ae98aa61c8e7a813a..c04710c1ee63259c4ebebd96a6fd90877a605a0d 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,16 +1,12 @@
 <?php $title="Documentation";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Documentation</b></center>
 <br>
 
-<table BORDER=0 WIDTH="100%">
-<tr CLASS="inverted">
-<td WIDTH="25%">
+<center><table border=0 id="docs">
+<tr class="inverted">
+<td width="25%">
 <center>Document Name</center>
 </td>
 <td>
@@ -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>
+</table></center>
 
 <?php include "bottom.php"; ?>