]> git.wh0rd.org - nano-editor.git/blobdiff - top.php
add a line break
[nano-editor.git] / top.php
diff --git a/top.php b/top.php
index b88341bac33be5446a1a7e6abbc7ceb13d852e98..658d443413a317431f658b3c121608c7af9dc214 100644 (file)
--- a/top.php
+++ b/top.php
 <table border=0 width="100%">
 <tr><td>
 
-<table border=0 width="100%" class="inverted">
+<table id="top" border=0 width="100%" class="inverted">
 <tr>
 
-<td>
-&nbsp;Latest version:
-<?php include "last-version"; ?>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-</td>
-
-<td align="center">
-<a href="/">The GNU nano homepage</a>
-</td>
-
-<td align="right">
-Modified:
-<?php include "last-modified"; ?>
-&nbsp;
-</td>
+<td>Latest version:
+<?php include "last-version"; ?></td>
+
+<td align="center"><a href="/">The GNU nano homepage</a></td>
+
+<td align="right">Modified:
+<?php include "last-modified"; ?></td>
 
 </tr>
 </table>