From be8f88ebd8f6ff986ef49944dc3d5fd7d64bd2f7 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 11 Jun 2009 14:58:07 +0000 Subject: [PATCH] Don't wrap select results git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@669 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();