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"; } } ?>