diff --git a/header.inc.php3 b/header.inc.php3
index b1497f4e2..037a3e742 100755
--- a/header.inc.php3
+++ b/header.inc.php3
@@ -139,10 +139,12 @@ echo "\n";
' . $strDatabase . ' ' . htmlspecialchars($db);
+ echo '' . $strDatabase . ' ' . htmlspecialchars($db) . '';
if (!empty($table)) {
- echo ' - ' . $strTable . ' ' . htmlspecialchars($table);
+ echo ' - ' . $strTable . ' ' . htmlspecialchars($table) . '';
}
+ echo ' ' . trim($strRunning)
+ . ' ' . (($cfgServer['verbose']) ? $cfgServer['verbose'] : $cfgServer['host']) . '';
echo '
' . "\n";
}
echo "\n";