X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcredits.php;h=f397bdca70f5f00898ae80d8cf3bf7b86f84f3e3;hb=7d6717d97e3e6710b87566a7ed0bafcd49607c79;hp=c53c86b8b9882b3b1913cb2db2ab651a8069d7f1;hpb=35abc4bb64bbb461e6448beed10484c028b74340;p=friendica.git diff --git a/mod/credits.php b/mod/credits.php index c53c86b8b9..f397bdca70 100644 --- a/mod/credits.php +++ b/mod/credits.php @@ -13,7 +13,7 @@ function credits_content() { /* fill the page with credits */ $credits_string = file_get_contents('util/credits.txt'); - $names = explode("\n", htmlspecialchars($credits_string)); + $names = explode("\n", $credits_string); $tpl = Renderer::getMarkupTemplate('credits.tpl'); return Renderer::replaceMacros($tpl, [ '$title' => L10n::t('Credits'),