Skip to content

Commit

Permalink
Tag <!--> ends comment in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Sep 7, 2010
1 parent 8ff10f9 commit 931f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/include/adminer.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function selectEmailProcess($where, $foreignKeys) {
}

function messageQuery($query) {
return "<!--\n" . str_replace("--", "--><!--", $query) . "\n-->";
return "<!--\n" . str_replace("--", "--><!-- ", $query) . "\n-->";
}

function editFunctions($field) {
Expand Down

0 comments on commit 931f805

Please sign in to comment.