aboutsummaryrefslogtreecommitdiffstats
path: root/include/help.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-28 11:19:20 -0800
committerzotlabs <mike@macgirvin.com>2016-11-28 11:19:20 -0800
commit90f3cc7328511083ec226305a7bd7faeda12cb39 (patch)
treed99b779b87cd483ee114b73118dfe6269d95c668 /include/help.php
parent7de4f1d96f5f1fe4dccd56c1456df1d82aa5c30b (diff)
parent683a09781ad9c9be00ce67e35f560e6fca051f3b (diff)
downloadvolse-hubzilla-90f3cc7328511083ec226305a7bd7faeda12cb39.tar.gz
volse-hubzilla-90f3cc7328511083ec226305a7bd7faeda12cb39.tar.bz2
volse-hubzilla-90f3cc7328511083ec226305a7bd7faeda12cb39.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/help.php')
-rw-r--r--include/help.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/help.php b/include/help.php
index f7fffc4d4..6efeeb57e 100644
--- a/include/help.php
+++ b/include/help.php
@@ -15,7 +15,7 @@ function get_help_content($tocpath = false) {
$text = '';
$path = (($tocpath !== false) ? $tocpath : '');
-
+
if($tocpath === false && argc() > 1) {
$path = '';
for($x = 1; $x < argc(); $x ++) {
@@ -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