diff options
author | Andrew Manning <andrew@reticu.li> | 2016-11-27 14:48:06 -0700 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-11-27 14:48:06 -0700 |
commit | 369dc295b12bc3fc4cc2ab50727bea277a44d91c (patch) | |
tree | 1467f730f7b6a61160d5142fe02537adca1e0905 /include/help.php | |
parent | 7470b1180e884104b690b39dce90143c72c096a3 (diff) | |
download | volse-hubzilla-369dc295b12bc3fc4cc2ab50727bea277a44d91c.tar.gz volse-hubzilla-369dc295b12bc3fc4cc2ab50727bea277a44d91c.tar.bz2 volse-hubzilla-369dc295b12bc3fc4cc2ab50727bea277a44d91c.zip |
Add some identity-aware parsing to HTML content using parseIdentityAwareHTML()
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 |