From 720ed51267036d07df163f2c2e63561952fb12cd Mon Sep 17 00:00:00 2001 From: chriskl Date: Thu, 11 Sep 2003 03:27:44 +0000 Subject: [PATCH] rmeove 100% height - fixes mozilla --- sqledit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sqledit.php b/sqledit.php index e732b45d..e617ebc2 100644 --- a/sqledit.php +++ b/sqledit.php @@ -3,7 +3,7 @@ /** * Alternative SQL editing window * - * $Id: sqledit.php,v 1.3 2003/09/05 04:58:14 chriskl Exp $ + * $Id: sqledit.php,v 1.4 2003/09/11 03:27:44 chriskl Exp $ */ // Include application functions @@ -83,7 +83,7 @@ $rows = isset($_REQUEST['rows']) ? $_REQUEST['rows'] : 17; - echo "

\n"; echo $misc->form; -- 2.39.5