mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-16 12:13:55 +00:00
Standards
This commit is contained in:
parent
3f84caeec5
commit
8fbf514e3d
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ function forumdirectory_content(App $a)
|
|||
}
|
||||
DBA::close($r);
|
||||
} else {
|
||||
notice(DI::l10n()->t("No entries \x28some entries may be hidden\x29.") . EOL);
|
||||
notice(DI::l10n()->t("No entries \x28some entries may be hidden\x29."));
|
||||
}
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('directory_header.tpl');
|
||||
|
|
Loading…
Reference in a new issue