Some useless EOL removed

This commit is contained in:
Michael 2022-10-17 21:00:03 +00:00
parent 897dbb30cf
commit 592374b795
6 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@ function forumdirectory_content(App $a)
global $forumdirectory_search;
if ((DI::config()->get('system', 'block_public')) && (!local_user()) && (!remote_user())) {
DI::sysmsg()->addNotice(DI::l10n()->t('Public access denied.') . EOL);
DI::sysmsg()->addNotice(DI::l10n()->t('Public access denied.'));
return;
}