mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Don't wrap select results
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@669 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -157,7 +157,7 @@ function select($result, $dbh2 = null) {
|
||||
if (!$result->num_rows) {
|
||||
echo "<p class='message'>" . lang('No rows.') . "</p>\n";
|
||||
} else {
|
||||
echo "<table cellspacing='0'>\n";
|
||||
echo "<table cellspacing='0' class='nowrap'>\n";
|
||||
$links = array();
|
||||
$indexes = array();
|
||||
$columns = array();
|
||||
|
Reference in New Issue
Block a user