X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInstall.php;h=1631cfe7f4b8ef83f459c09b4857b13998f189a8;hb=e0fa557f18d544d81c37fa8c2554ec5240a64d4b;hp=843cee9f189115ad83339aba07589e54152ad1d9;hpb=8db0e090d7afc3fbfeaf7a587140c80c98233484;p=friendica.git diff --git a/src/Module/Install.php b/src/Module/Install.php index 843cee9f18..1631cfe7f4 100644 --- a/src/Module/Install.php +++ b/src/Module/Install.php @@ -337,7 +337,7 @@ class Install extends BaseModule if (count($this->installer->getChecks()) == 0) { $txt = '

'; - $txt .= $this->t('Your Friendica site database has been installed.') . EOL; + $txt .= $this->t('Your Friendica site database has been installed.') . '
'; $db_return_text .= $txt; }