diff options
Diffstat (limited to 'view/tpl/help.tpl')
-rw-r--r-- | view/tpl/help.tpl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 96d52e0e9..de4b53ab0 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,8 +1,5 @@ -<div id="help-content" class="generic-content-wrapper"> - <div class="section-title-wrapper" style="display: none;"> - <h2>{{$title}}</h2> - </div> - <div class="section-content-wrapper" id="doco-content"> +<div id="help-content" class=""> + <div id="doco-content"> {{$content}} </div> </div> |