1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

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]); $adminer->backwardKeysPrint($backward_keys, $rows[$n]);
echo "\n"; echo "</tr>\n"; // close to allow white-space: pre
} }
echo "</table>\n"; echo "</table>\n";