]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
note the release of 4.5
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 27e336561a6bb9738abc4f5e6fbe331f3091979d..3e1bed69da2ed7d120224f3d1861dc18ca11f448 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,11 +1,14 @@
 <?php include "top.php"; ?>
+
 <title>nano: Source-code Status</title>
-<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%"><b></b>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
+<br>
 <center><b>Current Status of the Source Code</b></center>
 </td>
 </tr>
@@ -31,4 +34,5 @@ master branch</A>.
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>