diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php
index 3354a1e8e..c29cc9dce 100644
--- a/libraries/List_Database.class.php
+++ b/libraries/List_Database.class.php
@@ -371,7 +371,7 @@ require_once './libraries/List.class.php';
$return = '
' . "\n";
foreach ($this->getGroupedDetails($offset, $count) as $group => $dbs) {
if (count($dbs) > 1) {
- $return .= '- ' . htmlspecialchars($group) . '
' . "\n";
+ $return .= '- ' . htmlspecialchars($group) . '
' . "\n";
// whether display db_name cut by the group part
$cut = true;
} else {