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) {
return "<!--\n" . str_replace("--", "--><!--", $query) . "\n-->\n";
return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n-->\n";
}
function rowDescription($table) {