From ecb44ad57238d6bc617a54a9a2586b8d9fa386e0 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 4 Sep 2016 18:35:06 -0700 Subject: 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 --- Zotlabs/Module/Help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') 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 )); } -- cgit v1.2.3