diff --git a/include/functions.inc.php b/include/functions.inc.php index 34e32a30..9ef2b787 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -157,7 +157,7 @@ function select($result, $dbh2 = null) { if (!$result->num_rows) { echo "

" . lang('No rows.') . "

\n"; } else { - echo "\n"; + echo "
\n"; $links = array(); $indexes = array(); $columns = array();