]> git.mxchange.org Git - friendica.git/blobdiff - mod/credits.php
Change stylesheet path name for mobile browsers
[friendica.git] / mod / credits.php
index cfcc30b3e2e3beb7f7879b70803109ca665e9456..56b7cd6618cd90353789c2c9f5b87c3f44a8a4b7 100644 (file)
@@ -13,7 +13,7 @@ function credits_content()
 {
        /* fill the page with credits */
        $credits_string = file_get_contents('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'),