]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
remove two slashes that are not valid in HTML4
[nano-editor.git] / docs.php
index 8416d67081e9e9429b5a4da89f83a70f9394b75e..5e2a212d4c7ef6616db84ab4766f11aeb3979bd4 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,25 +1,20 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Documentation</title>
+<?php $title="Documentation";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
 <tr VALIGN=TOP>
-<td HEIGHT="70%">
-
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
 <td>
+
+<br>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
-<table BORDER=0 COLS=2 WIDTH="100%">
-<tr BGCOLOR="#440077">
+<table BORDER=0 WIDTH="100%">
+<tr CLASS="inverted">
 <td WIDTH="25%">
-<center><font color="#FFFFFF">Document Name</font></center>
+<center>Document Name</center>
 </td>
 <td>
-<font color="#FFFFFF">Description</font>
+Description
 </td>
 </tr>
 
@@ -83,4 +78,5 @@
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>