From 90f3a5b141fc1e54922aa4fffcf026cfa542f2a8 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 24 Jun 2005 15:41:14 +0200 Subject: fixed problem with TOC toggle and W3C validator darcs-hash:20050624134114-9977f-4d08d9644dbc6836b55ec5c83aa6b10980a545be.gz --- inc/parser/xhtml.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'inc/parser') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index dad6dfb97..aa8d90897 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -70,12 +70,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { global $lang; $this->doc .= '
'.DOKU_LF; $this->doc .= '
'; -/* The (+/-) version will work too but needs some CSS tweaking to look fine */ -/* $this->doc .= ' '; + $this->doc .= ' '; $this->doc .= $lang['toc']; $this->doc .= '
'.DOKU_LF; $this->doc .= '
'.DOKU_LF; -- cgit v1.2.3