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