diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3
index 4b71ca33b..f564eb971 100644
--- a/libraries/relation.lib.php3
+++ b/libraries/relation.lib.php3
@@ -91,10 +91,10 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|| empty($cfg['Server']['pmadb'])) {
if ($verbose == TRUE) {
echo 'PMA Database ... '
- . '' . $GLOBALS['strNotOK'] . '
- . [ ' . $GLOBALS['strDocu'] . ' ]
'
- . $GLOBALS['strGeneralRelationFeat']
- . ' ' . $GLOBALS['strEnabled'] . '';
+ . '' . $GLOBALS['strNotOK'] . ''
+ . '[ ' . $GLOBALS['strDocu'] . ' ]
' . "\n"
+ . $GLOBALS['strGeneralRelationFeat']
+ . ' ' . $GLOBALS['strEnabled'] . '' . "\n";
}
return $cfgRelation;
}