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

Fix HTML comment in IE

This commit is contained in:
Jakub Vrana
2010-09-27 11:09:07 +02:00
parent 454c80f8ca
commit 3a30e70222

View File

@@ -109,7 +109,7 @@ ORDER BY ORDINAL_POSITION");
} }
function selectQuery($query) { function selectQuery($query) {
return "<!--\n" . str_replace("--", "--><!--", $query) . "\n-->\n"; return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n-->\n";
} }
function rowDescription($table) { function rowDescription($table) {