diff --git a/header.inc.php3 b/header.inc.php3
index 85d165793..911a34d84 100755
--- a/header.inc.php3
+++ b/header.inc.php3
@@ -34,9 +34,10 @@ header('Content-Type: text/html; charset=' . $charset);
*/
// Gets the font sizes to use
set_font_sizes();
+echo '' . "\n";
?>
-
+
phpMyAdmin
diff --git a/index.php3 b/index.php3
index 4fb4bba1c..f1e60fd64 100755
--- a/index.php3
+++ b/index.php3
@@ -31,9 +31,10 @@ if (empty($HTTP_HOST)) {
$url_query = 'lang=' . $lang
. '&server=' . $server
. (empty($db) ? '' : '&db=' . urlencode($db));
+echo '' . "\n";
?>
-
+
phpMyAdmin -