diff --git a/left.php b/left.php index 427642b01..67b8f803a 100644 --- a/left.php +++ b/left.php @@ -97,7 +97,7 @@ function PMA_nestedSetHeaderParent($baseid, $key, $keyhistory, $indent, $indent_ echo "\n"; echo PMA_indent($indent * 5) . '
' . "\n"; - echo PMA_indent($indent * 6) . '
'; + echo PMA_indent($indent * 6) . '
'; echo '+' . "\n"; echo PMA_indent($indent * 6) . '' . htmlspecialchars($name) . '  (' . $counter . ')
' . "\n"; echo PMA_indent($indent * 5) . '
' . "\n"; @@ -166,7 +166,7 @@ function PMA_nestedSet($baseid, $tablestack, $key = '__protected__', $keyhistory $loops = 0; foreach ($tablestack['pma_name'] AS $tkey => $tval) { - echo PMA_indent($indent * 5) . ''; + echo PMA_indent($indent * 5) . ''; $items = explode("\n", $tablestack['pma_list_item'][$tkey]); foreach ($items AS $ikey => $ival) { echo "\n"; @@ -336,7 +336,7 @@ if ($cfg['LeftDisplayLogo'] && !$cfg['QueryFrame']) { '; - echo 'phpMyAdmin'; + echo 'phpMyAdmin'; echo '
' . "\n"; } echo '
'; @@ -371,7 +371,7 @@ if (!$cfg['QueryFrame']) { . ''; } // end if if ($cfg['MainPageIconic']) { - echo '' + echo '' . '' . '' . $strPmaDocumentation . '' diff --git a/main.php b/main.php index e1cec6836..05557f746 100644 --- a/main.php +++ b/main.php @@ -646,7 +646,7 @@ echo "\n"; '; + echo ''; ?> [ChangeLog] diff --git a/queryframe.php b/queryframe.php index 07c4d0031..a4b857f0b 100644 --- a/queryframe.php +++ b/queryframe.php @@ -99,7 +99,7 @@ if ($cfg['LeftDisplayLogo']) { } else { echo ' ' . '
' - . 'phpMyAdmin' + . 'phpMyAdmin' . '
' . "\n"; } echo '
'; @@ -160,7 +160,7 @@ if ($cfg['MainPageIconic']) { ' + echo '' . '' . '' . $strPmaDocumentation . ''