1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 06:37:33 +02:00

Add forgotten space

This commit is contained in:
Jakub Vrana
2025-03-18 19:51:25 +01:00
parent 06c15aa263
commit ff0fe92c00
2 changed files with 2 additions and 2 deletions

View File

@@ -986,7 +986,7 @@ class Adminer {
*/ */
function navigation($missing) { function navigation($missing) {
global $VERSION, $drivers, $connection; 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"]; $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 " <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"; echo "</span></h1>\n";

View File

@@ -590,7 +590,7 @@ qsl('div').onclick = whisperClick;", "")
function navigation($missing) { function navigation($missing) {
global $VERSION; global $VERSION;
echo "<h1>" . $this->name() . "<span class='version'>$VERSION"; echo "<h1>" . $this->name() . " <span class='version'>$VERSION";
$new_version = $_COOKIE["adminer_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 " <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"; echo "</span></h1>\n";