mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
The EOL constant is removed
This commit is contained in:
parent
abf52c0c11
commit
6f68679375
10 changed files with 38 additions and 47 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue