The EOL constant is removed

This commit is contained in:
Michael 2022-10-18 12:29:50 +00:00
parent abf52c0c11
commit 6f68679375
10 changed files with 38 additions and 47 deletions

View 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;
}