]> git.mxchange.org Git - friendica.git/blobdiff - mod/help.php
Move credits out of util/
[friendica.git] / mod / help.php
index 83c2aa5ff3c0c0811dc3f5b6270723b577de8c61..3a21695b090f05ee4f4170620ae22be8078f70d0 100644 (file)
@@ -48,7 +48,7 @@ function help_content(App $a)
                $title = basename($path);
                $filename = $path;
                $text = load_doc_file('doc/' . $path . '.md');
-               $a->page['title'] = L10n::t('Help:') . ' ' . str_replace('-', ' ', Strings::removeTags($title));
+               $a->page['title'] = L10n::t('Help:') . ' ' . str_replace('-', ' ', Strings::escapeTags($title));
        }
 
        $home = load_doc_file('doc/Home.md');