]> 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 903efc7cd898bdade552d9677914c592c74324e3..199029562d079e4648a6c3d923ca1ad5461f1625 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,17 +1,7 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Who's who</title>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
+<?php $title="Who's who";  include "top.php"; ?>
 
-&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"; ?>