diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index b64f7fd5..93c968f6 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -21,12 +21,13 @@ function page_header($title, $error = "", $breadcrumb = array(), $title2 = "") { } $title_all = $title . ($title2 != "" ? ": $title2" : ""); $title_page = strip_tags($title_all . (SERVER != "" && SERVER != "localhost" ? h(" - " . SERVER) : "") . " - " . $adminer->name()); + // initial-scale=1 is the default but Chrome 134 on iOS is not able to zoom out without it ?> - + <?php echo $title_page; ?>