diff --git a/adminer/sql.inc.php b/adminer/sql.inc.php index 5c263388..3685b320 100644 --- a/adminer/sql.inc.php +++ b/adminer/sql.inc.php @@ -97,7 +97,8 @@ if (!$error && $_POST) { $empty = false; $q = substr($query, 0, $pos); $commands++; - $print = "
" . $adminer->sqlCommandQuery($q) . "\n";
+ $print = "" . $adminer->sqlCommandQuery($q) . "\n";
+ $print .= "" . lang('Copy to clipboard') . "";
if ($jush == "sqlite" && preg_match("~^$space*+ATTACH\\b~i", $q, $match)) {
// PHP doesn't support setting SQLITE_LIMIT_ATTACHED
echo $print;