aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-04 18:35:06 -0700
committerredmatrix <mike@macgirvin.com>2016-09-04 18:35:06 -0700
commitecb44ad57238d6bc617a54a9a2586b8d9fa386e0 (patch)
treeae88d341e4a7936df0e1692b85c2d77abb26669e /Zotlabs
parenta3171cd4291603b0cb0d706d660084d1d4d392d3 (diff)
downloadvolse-hubzilla-ecb44ad57238d6bc617a54a9a2586b8d9fa386e0.tar.gz
volse-hubzilla-ecb44ad57238d6bc617a54a9a2586b8d9fa386e0.tar.bz2
volse-hubzilla-ecb44ad57238d6bc617a54a9a2586b8d9fa386e0.zip
sidebar table of contents for help hierarchies; note that these should probably be html due to extraneous linefeeds you might find in bbcode or markdown
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Help.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Help.php b/Zotlabs/Module/Help.php
index 503a66be2..54d4aecfb 100644
--- a/Zotlabs/Module/Help.php
+++ b/Zotlabs/Module/Help.php
@@ -55,7 +55,7 @@ class Help extends \Zotlabs\Web\Controller {
return replace_macros(get_markup_template("help.tpl"), array(
'$title' => t('$Projectname Documentation'),
- '$content' => translate_projectname($content)
+ '$content' => $content
));
}