]> git.wh0rd.org - nano-editor.git/blobdiff - who.php
remove some unneeded enveloping tables
[nano-editor.git] / who.php
diff --git a/who.php b/who.php
index 0a9c21872cc3736ee3260aa015480120a8910c4a..199029562d079e4648a6c3d923ca1ad5461f1625 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,17 +1,7 @@
 <?php $title="Who's who";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Original Author</b></center>
-</td>
-</tr>
-</table>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
@@ -19,14 +9,8 @@
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Current Maintainer</b></center>
-</td>
-</tr>
-</table>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Former Maintainers</b></center>
-</td>
-</tr>
-</table>
 
 <table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="60%">
 <tr ALIGN=CENTER>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Early Co-Developers</b></center>
-</td>
-</tr>
-</table>
 
 <table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="80%">
 <tr ALIGN=CENTER>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Contributors of Code and Fixes</b></center>
-</td>
-</tr>
-</table>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr ALIGN=CENTER>
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
+<br>
 
 <?php include "bottom.php"; ?>