diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/help.tpl | 2 |
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> |