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