]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
harmonize some whitespace
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 2ce1b06245b1a5c1239b4d305d6ea79eba749519..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 WIDTH="100%" HEIGHT="70%">
 <tr VALIGN=TOP>
 <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"; ?>