From 4ce6ec0863bdb96a9032cb42db235de51f9afb55 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Mon, 12 Dec 2005 21:21:03 +0100 Subject: [PATCH] css fix for compatibility with older templates darcs-hash:20051212202103-7ad00-0dc080bff0423f2c93e29361db03452552577e93.gz --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab