diff --git a/libraries/PMA_List.class.php b/libraries/PMA_List.class.php
index 906218983..4e2ee4c40 100644
--- a/libraries/PMA_List.class.php
+++ b/libraries/PMA_List.class.php
@@ -1,4 +1,5 @@
getDefault();
}
- $return = '
' . "\n";
+ $return = '' . "\n";
foreach ($this->getGroupedDetails() as $group => $dbs) {
if (count($dbs) > 1) {
$return .= '' . "\n";
@@ -376,14 +377,14 @@ require_once './libraries/PMA_List.class.php';
$cut = false;
}
foreach ($dbs as $db) {
- $return .= '- ';
+ $return .= '
- ';
$return .= ($cut ? $db['disp_name_cut'] : $db['disp_name'])
- .' (' . $db['num_tables'] . ')';
- $return .= '
' . "\n";
+ .' (' . $db['num_tables'] . ')';
+ $return .= '
' . "\n";
}
if (count($dbs) > 1) {
$return .= '
' . "\n";