Remove spaces from strServer, strDatabase

This commit is contained in:
Michal Čihař
2004-06-03 10:20:28 +00:00
parent 144f6e53c2
commit 6ecfb039fc
104 changed files with 188 additions and 186 deletions

View File

@@ -161,7 +161,7 @@ if (empty($GLOBALS['is_header_sent'])) {
: ':' . $cfg['Server']['port']
)
);
echo '<div class="server">' . sprintf($GLOBALS['strServer'],'') . ":\n"
echo '<div class="server">' . $GLOBALS['strServer'] . ":\n"
. '<a href="' . $GLOBALS['cfg']['DefaultTabServer'] . '?' . PMA_generate_common_url() . '">'
. htmlspecialchars($server_info) . '</a>' . "\n"
. '</div>' . "\n\n";