diff --git a/adminer/variables.inc.php b/adminer/variables.inc.php index a089f778..10be348d 100644 --- a/adminer/variables.inc.php +++ b/adminer/variables.inc.php @@ -5,7 +5,7 @@ echo "\n"; $result = $dbh->query("SHOW VARIABLES"); while ($row = $result->fetch_assoc()) { echo ""; - echo ""; + echo ""; echo ""; echo "\n"; }
" . htmlspecialchars($row["Variable_name"]) . "" . htmlspecialchars($row["Variable_name"]) . "" . (strlen(trim($row["Value"])) ? htmlspecialchars($row["Value"]) : " ") . "