diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-04 18:35:06 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-04 18:35:06 -0700 |
commit | ecb44ad57238d6bc617a54a9a2586b8d9fa386e0 (patch) | |
tree | ae88d341e4a7936df0e1692b85c2d77abb26669e /Zotlabs | |
parent | a3171cd4291603b0cb0d706d660084d1d4d392d3 (diff) | |
download | volse-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.php | 2 |
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 )); } |