diff --git a/querywindow.php b/querywindow.php
index 9bdd13d89..920d50829 100644
--- a/querywindow.php
+++ b/querywindow.php
@@ -85,8 +85,8 @@ if ($cfg['QueryFrameJS'] && !isset($no_js)) {
. '
' . "\n"
. ' '
. ' '
- . '  | '
- . '  | ';
+ . '  | '
+ . '  | ';
}
echo "\n";
echo PMA_printTab(($GLOBALS['cfg']['PropertiesIconic'] != false ? ' ' : '') . $strSQL, '#', '', 'onclick="javascript:query_tab_commit(\'sql\');return false;"', '', '', (isset($querydisplay_tab) && $querydisplay_tab == 'sql' ? TRUE : FALSE));
@@ -98,7 +98,7 @@ if ($cfg['QueryFrameJS'] && !isset($no_js)) {
}
if (!$cfg['LightTabs']) {
- echo '  | '
+ echo '  | '
. ' ' . "\n"
. ' | ' . "\n"
. '
' . "\n"
diff --git a/server_links.inc.php b/server_links.inc.php
index eb7ac2807..8a3edb0db 100644
--- a/server_links.inc.php
+++ b/server_links.inc.php
@@ -48,8 +48,8 @@ if ($cfg['LightTabs']) {
. ' ' . "\n"
. ' '
. ' '
- . '  | '
- . '  | ';
+ . '  | '
+ . '  | ';
}
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strDatabases, 'server_databases.php', $url_query);
if ($cfg['ShowMysqlInfo']) {
@@ -67,7 +67,7 @@ if ($is_superuser) {
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strServerTabProcesslist, 'server_processlist.php', $url_query);
echo PMA_printTab(($GLOBALS['cfg']['MainPageIconic'] ? ' ' : '') . $strExport, 'server_export.php', $url_query);
if (!$cfg['LightTabs']) {
- echo '  | '
+ echo '  | '
. ' ' . "\n"
. ' | ' . "\n"
. '
' . "\n"
@@ -77,4 +77,4 @@ if (!$cfg['LightTabs']) {
}
?>
-
\ No newline at end of file
+