aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-11-27 21:25:38 -0700
committerAndrew Manning <andrew@reticu.li>2016-11-27 21:25:38 -0700
commit5bcb373c00a500cd8120df41bc0788172fe7e347 (patch)
tree4cd46a52279696ad83b3d4a0b1fe88e93ee3a556 /view/tpl
parent678239424a8c62fdd6cabc47d12ae0ea1fac9d6a (diff)
downloadvolse-hubzilla-5bcb373c00a500cd8120df41bc0788172fe7e347.tar.gz
volse-hubzilla-5bcb373c00a500cd8120df41bc0788172fe7e347.tar.bz2
volse-hubzilla-5bcb373c00a500cd8120df41bc0788172fe7e347.zip
Use the jquery.toc.js library to auto-generate a table of contents for the loaded page under the side nav menu
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/help.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl
index 22180bda6..484fd67c9 100644
--- a/view/tpl/help.tpl
+++ b/view/tpl/help.tpl
@@ -2,7 +2,7 @@
<div class="section-title-wrapper">
<h2>{{$title}}</h2>
</div>
- <div class="section-content-wrapper">
+ <div class="section-content-wrapper" id="doco-content">
{{$content}}
</div>
</div>