]> git.joonet.de Git - adminer.git/commitdiff
Tag <!--> ends comment in IE
authorJakub Vrana <jakub@vrana.cz>
Tue, 7 Sep 2010 20:17:09 +0000 (22:17 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 7 Sep 2010 20:17:09 +0000 (22:17 +0200)
editor/include/adminer.inc.php

index b7541955b3d9f7f562dfc120a7d4b8738b555944..424641bd87118f934b22a416f955a066fe9d7bbc 100644 (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) {