diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-12-12 21:21:03 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-12-12 21:21:03 +0100 |
commit | 4ce6ec0863bdb96a9032cb42db235de51f9afb55 (patch) | |
tree | dee534018b1a663bdf730ab444bcfacdd4445b02 | |
parent | ff0509a85680fb8d70a571d0ac85dc0eef86aa64 (diff) | |
download | rpg-4ce6ec0863bdb96a9032cb42db235de51f9afb55.tar.gz rpg-4ce6ec0863bdb96a9032cb42db235de51f9afb55.tar.bz2 |
css fix for compatibility with older templates
darcs-hash:20051212202103-7ad00-0dc080bff0423f2c93e29361db03452552577e93.gz
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 73c2ada1c..3b253bb89 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -86,7 +86,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { function toc_open() { global $lang; $this->doc .= '<div class="toc">'.DOKU_LF; - $this->doc .= '<div class="tocheader" id="toc__header">'; + $this->doc .= '<div class="tocheader toctoggle" id="toc__header">'; $this->doc .= $lang['toc']; $this->doc .= '</div>'.DOKU_LF; $this->doc .= '<div id="toc__inside">'.DOKU_LF; |