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

@ -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 />';
}
/**