Close </tr> because of white-space: pre

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1221 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-10-30 16:25:36 +00:00
parent fbac7fa509
commit 26e8ab97b7

View file

@ -242,7 +242,7 @@ if (!$columns) {
}
}
$adminer->backwardKeysPrint($backward_keys, $rows[$n]);
echo "\n";
echo "</tr>\n"; // close to allow white-space: pre
}
echo "</table>\n";