]> git.wh0rd.org - nano-editor.git/blobdiff - who.php
add a line break
[nano-editor.git] / who.php
diff --git a/who.php b/who.php
index a65b79a1f675039ac8cb230ca4bd3e214bd91a91..5a07377af931c8f328d2c9a17e243dc6034f5a80 100644 (file)
--- a/who.php
+++ b/who.php
-<?php include "top.php"; ?>
-<title>GNU nano: Who's who</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td HEIGHT="70%">
+<?php $title="Who's who";  include "top.php"; ?>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Original Author</b></center>
-</td>
-</tr>
-</table>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<table border=0 width="100%">
 <tr>
 <td><center>Chris Allegretta</center></td>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Current Maintainer</b></center>
-</td>
-</tr>
-</table>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<table border=0 width="100%">
 <tr>
 <td><center>Benno Schulenberg</center></td>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Former Maintainers</b></center>
-</td>
-</tr>
-</table>
 
-<table ALIGN=CENTER BORDER=0 CELLSPACING=0 COLS=2 WIDTH="60%">
-<tr ALIGN=CENTER>
+<table align="center" border=0 width="60%">
+<tr align="center">
 <td><center>David Lawrence Ramsey</center></td>
 <td><center>Chris Allegretta</center></td>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Early Co-Developers</b></center>
-</td>
-</tr>
-</table>
 
-<table ALIGN=CENTER BORDER=0 CELLSPACING=0 COLS=3 WIDTH="80%">
-<tr ALIGN=CENTER>
+<table align="center" border=0 width="80%">
+<tr align="center">
 <td><center>Jordi Mallach</center></td>
 <td><center>David Benbennick</center></td>
 <td><center>Rocco Corsi</center></td>
 </tr>
-<tr ALIGN=CENTER>
+<tr align="center">
 <td><center>Mike Frysinger</center></td>
 <td><center>Adam Rogoyski</center></td>
 <td><center>Rob Siemborski</center></td>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
-<td>
+<br><br>
 <center><b>Contributors of Code and Fixes</b></center>
-</td>
-</tr>
-</table>
 
-<table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%">
-<tr ALIGN=CENTER>
+<table border=0 width="100%">
+<tr align="center">
 <td>Ken Tyler</td>
 <td>Sven Guckes</td>
 <td>Bill Soudan</td>
 <td>Christian Weisgerber</td>
 <td>Kamil Dudka</td>
 </tr>
-<tr ALIGN=CENTER>
+<tr align="center">
 <td>Mark Majeres</td>
 <td>Joshua Jensen</td>
 <td>Ryan Krebs</td>
 <td>Big Gaute</td>
 <td>Albert Chin</td>
 </tr>
-<tr ALIGN=CENTER>
+<tr align="center">
 <td>Faissal Bensefia</td>
 <td>Mahyar Abbaspour</td>
 <td>Mike Scalora</td>
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
+<br>
+
 <?php include "bottom.php"; ?>