]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Merge pull request #12539 from annando/forum-thread
[friendica.git] / src / Module / Install.php
index 843cee9f189115ad83339aba07589e54152ad1d9..1631cfe7f4b8ef83f459c09b4857b13998f189a8 100644 (file)
@@ -337,7 +337,7 @@ class Install extends BaseModule
 
                                if (count($this->installer->getChecks()) == 0) {
                                        $txt            = '<p style="font-size: 130%;">';
-                                       $txt            .= $this->t('Your Friendica site database has been installed.') . EOL;
+                                       $txt            .= $this->t('Your Friendica site database has been installed.') . '<br />';
                                        $db_return_text .= $txt;
                                }