]> git.wh0rd.org - nano-editor.git/blobdiff - who.php
remove the invalid height attribute from all tables
[nano-editor.git] / who.php
diff --git a/who.php b/who.php
index 903efc7cd898bdade552d9677914c592c74324e3..0a9c21872cc3736ee3260aa015480120a8910c4a 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,6 +1,6 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Who's who</title>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<?php $title="Who's who";  include "top.php"; ?>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr VALIGN=TOP>
 <td>
 
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>