]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
encode an accented character
[nano-editor.git] / docs.php
index d5bd8e418caa225a2c71cff2300956db80fce20b..1572909cce455573eed8c1c75e804c19eb68b1b8 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,21 +1,18 @@
 <?php include "top.php"; ?>
+
 <title>GNU nano: Documentation</title>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<br>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
-<table BORDER=0 COLS=2 WIDTH="100%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td WIDTH="25%" NOSAVE>
+<table BORDER=0 WIDTH="100%">
+<tr BGCOLOR="#440077">
+<td WIDTH="25%">
 <center><font color="#FFFFFF">Document Name</font></center>
 </td>
 <td>
@@ -83,4 +80,5 @@
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>