mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +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
|
@ -150,7 +150,7 @@ class DBStructure
|
|||
echo DI::l10n()->t("\nError %d occurred during database update:\n%s\n",
|
||||
DBA::errorNo(), DBA::errorMessage());
|
||||
|
||||
return DI::l10n()->t('Errors encountered performing database changes: ') . $message . EOL;
|
||||
return DI::l10n()->t('Errors encountered performing database changes: ') . $message . '<br />';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue