diff options
Diffstat (limited to 'include/help.php')
-rw-r--r-- | include/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/help.php b/include/help.php index 82fd7c566..6efeeb57e 100644 --- a/include/help.php +++ b/include/help.php @@ -68,7 +68,7 @@ function get_help_content($tocpath = false) { } if($doctype === 'html') - $content = $text; + $content = parseIdentityAwareHTML($text); if($doctype === 'markdown') { require_once('library/markdown.php'); # escape #include tags |