]> git.joonet.de Git - adminer.git/commitdiff
Add forgotten space
authorJakub Vrana <jakub@vrana.cz>
Tue, 18 Mar 2025 18:51:25 +0000 (19:51 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 18 Mar 2025 18:51:25 +0000 (19:51 +0100)
adminer/include/adminer.inc.php
editor/include/adminer.inc.php

index 6eb039af95add1beb2cc250c55ba2b59c47a03b6..55177ad89b48b996cd8fbcc1aa033401e867e4cb 100644 (file)
@@ -986,7 +986,7 @@ class Adminer {
        */
        function navigation($missing) {
                global $VERSION, $drivers, $connection;
-               echo "<h1>" . $this->name() . "<span class='version'>$VERSION";
+               echo "<h1>" . $this->name() . " <span class='version'>$VERSION";
                $new_version = $_COOKIE["adminer_version"];
                echo " <a href='https://www.adminer.org/#download'" . target_blank() . " id='version'>" . (version_compare($VERSION, $new_version) < 0 ? h($new_version) : "") . "</a>";
                echo "</span></h1>\n";
index 304cffaf10e3aa600bdfc898a3e03d701baf1ab4..f7608be4dbd88aeb0aaf99e02e80bc93addede06 100644 (file)
@@ -590,7 +590,7 @@ qsl('div').onclick = whisperClick;", "")
 
        function navigation($missing) {
                global $VERSION;
-               echo "<h1>" . $this->name() . "<span class='version'>$VERSION";
+               echo "<h1>" . $this->name() . " <span class='version'>$VERSION";
                $new_version = $_COOKIE["adminer_version"];
                echo " <a href='https://www.adminer.org/editor/#download'" . target_blank() . " id='version'>" . (version_compare($VERSION, $new_version) < 0 ? h($new_version) : "") . "</a>";
                echo "</span></h1>\n";