From aa42f6a6b28a7e91d3a1216eaf88d086930db264 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 2 Oct 2024 20:07:31 +0000 Subject: Remove link to "Contents" from the help table of contect sidebar. Changes the element where the jQuery.toc plugin looks for headings to only include the actual help contents, not the toc itself. (cherry picked from commit fb9464437e68c13474409c969f934afe13768649) Co-authored-by: Harald Eilertsen --- view/tpl/help.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 68e1c6694..ce3f46fdb 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -7,7 +7,7 @@ {{$module->missing_translation_message()}} {{/if}} -
+

@@ -15,6 +15,8 @@

- {{$module->render_content()}} +
+ {{$module->render_content()}} +
-- cgit v1.2.3