mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user