diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-01 14:30:23 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-01 14:30:23 +1100 |
commit | abf1d7da232836ce8af18ae3db8e2ffd42d1a414 (patch) | |
tree | b0c5b522906e82775e8cbcdd152896e9ee201985 /view | |
parent | c845eed114ec3cea90acd35c419110d9ab76051f (diff) | |
parent | dfaf1164496a7b2ca657f0862d34bab803c06516 (diff) | |
download | volse-hubzilla-abf1d7da232836ce8af18ae3db8e2ffd42d1a414.tar.gz volse-hubzilla-abf1d7da232836ce8af18ae3db8e2ffd42d1a414.tar.bz2 volse-hubzilla-abf1d7da232836ce8af18ae3db8e2ffd42d1a414.zip |
Merge pull request #605 from anaqreon/doco
Another iteration of documentation
Diffstat (limited to 'view')
-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 484fd67c9..96d52e0e9 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,5 +1,5 @@ <div id="help-content" class="generic-content-wrapper"> - <div class="section-title-wrapper"> + <div class="section-title-wrapper" style="display: none;"> <h2>{{$title}}</h2> </div> <div class="section-content-wrapper" id="doco-content"> |