From d29d5770d12ee12cdae34ac37856d7f0414d8d33 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 10 Jun 2002 12:55:17 +0000 Subject: [PATCH] end of lines --- tbl_select.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_select.php3 b/tbl_select.php3 index 65957eadd..c65f63b58 100755 --- a/tbl_select.php3 +++ b/tbl_select.php3 @@ -114,11 +114,11 @@ if (!isset($param) || $param[0] == '') { reset($textfunctions); if (eregi('char|blob|text|set|enum', $fields_type[$i])){ while (list($k,$fc) = each($textfunctions)){ - echo '\n'; + echo '' . "\n"; } }else{ while (list($k,$fc) = each($numfunctions)){ - echo '\n'; + echo '' . "\n"; } } ?>