From 6037be5aa20f17baed31d2f061481c3a31341ef8 Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Tue, 31 May 2005 21:38:27 +0200 Subject: String quoting in TOC toggle code This patch changed the string quoting in the TOC toggle button code. The HTML code looks better. darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz --- inc/parser/xhtml.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 06f286a20..5c3c8f86e 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -70,10 +70,11 @@ 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 .= $lang['toc']; $this->doc .= '
'.DOKU_LF; -- cgit v1.2.3