From fc8e0c09a38121ee7e799bb43886dd319b550a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 3 Jun 2004 10:05:20 +0000 Subject: [PATCH] other minor header tweaks --- css/phpmyadmin.css.php | 1 + header.inc.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 4502fe669..6a85c0874 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -500,6 +500,7 @@ h1 div { font-family: ; font-size: ; font-weight: normal; + white-space: nowrap; } h1 div a { diff --git a/header.inc.php b/header.inc.php index 023b2eebe..354aa062a 100644 --- a/header.inc.php +++ b/header.inc.php @@ -161,19 +161,19 @@ if (empty($GLOBALS['is_header_sent'])) { : ':' . $cfg['Server']['port'] ) ); - echo '
' . sprintf($GLOBALS['strServer'],'') . "\n" + echo '
' . sprintf($GLOBALS['strServer'],'') . " :\n" . '' . htmlspecialchars($server_info) . '' . "\n" . '
' . "\n\n"; if (!empty($GLOBALS['db'])) { - echo '
' . $GLOBALS['strDatabase'] . "\n" + echo '
' . $GLOBALS['strDatabase'] . " :\n" . '' . htmlspecialchars($GLOBALS['db']) . '' . "\n" . '
' . "\n\n"; if (!empty($GLOBALS['table'])) { - echo '
' . $GLOBALS['strTable'] . "\n" + echo '
' . $GLOBALS['strTable'] . " :\n" . '' . htmlspecialchars($GLOBALS['table']) . '' . "\n" . '
' . "\n\n";