mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 10:34:01 +02:00
Fix HTML comment in IE
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user