From 4ce6ec0863bdb96a9032cb42db235de51f9afb55 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 12 Dec 2005 21:21:03 +0100 Subject: 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(-) (limited to 'inc/parser/xhtml.php') 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 .= '
'.DOKU_LF; - $this->doc .= '
'; + $this->doc .= '
'; $this->doc .= $lang['toc']; $this->doc .= '
'.DOKU_LF; $this->doc .= '
'.DOKU_LF; -- cgit v1.2.3