summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-04-22 21:19:59 +0100
committerAnika Henke <anika@selfthinker.org>2012-04-22 21:19:59 +0100
commit48722ac855c79944285cbe8958fe5ed03bd835ed (patch)
tree4e54db680fb05a2a4217956f7c384aa60a84085b /inc/html.php
parent5dcb125169a39581162871578f00a8da6c7c10dd (diff)
downloadrpg-48722ac855c79944285cbe8958fe5ed03bd835ed.tar.gz
rpg-48722ac855c79944285cbe8958fe5ed03bd835ed.tar.bz2
improved toc changes and sidebar toggling
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index c3e345cb0..0b297a347 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1717,7 +1717,7 @@ function html_TOC($toc){
global $lang;
$out = '<!-- TOC START -->'.DOKU_LF;
$out .= '<div id="dw__toc">'.DOKU_LF;
- $out .= '<h3>';
+ $out .= '<h3 class="toggle">';
$out .= $lang['toc'];
$out .= '</h3>'.DOKU_LF;
$out .= '<div>'.DOKU_LF;