diff --git a/sql.php3 b/sql.php3 index f51a6f316..9cc786c38 100755 --- a/sql.php3 +++ b/sql.php3 @@ -67,7 +67,8 @@ if ($do_confirm) { $stripped_sql_query = $sql_query; } include('./header.inc.php3'); - echo $strDoYouReally . htmlspecialchars($sql_query) . ' ?
'; + echo $strDoYouReally . ' :
' . "\n"; + echo '' . htmlspecialchars($stripped_sql_query) . ' ?
'; ?>