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

Tag <!--> ends comment in IE

This commit is contained in:
Jakub Vrana
2010-09-07 22:17:09 +02:00
parent 8ff10f99dc
commit 931f805bd3

View File

@@ -379,7 +379,7 @@ ORDER BY ORDINAL_POSITION");
}
function messageQuery($query) {
return "<!--\n" . str_replace("--", "--><!--", $query) . "\n-->";
return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n-->";
}
function editFunctions($field) {