End element for IE

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1088 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-09-11 12:10:43 +00:00
parent 3a0c61b103
commit 9c09ebe1da

View file

@ -88,7 +88,7 @@ class Adminer {
*/
function selectQuery($query) {
// it would be nice if $query can be passed by reference and printed value would be returned but call_user() doesn't allow reference parameters
return "<p><code class='jush-sql'>" . h($query) . "</code> <a href='" . h(ME) . "sql=" . urlencode($query) . "'>" . lang('Edit') . "</a>\n";
return "<p><code class='jush-sql'>" . h($query) . "</code> <a href='" . h(ME) . "sql=" . urlencode($query) . "'>" . lang('Edit') . "</a></p>\n";
}
/** Description of a row in a table