From c6a1c1bf7492e1cf2e3d485af066eb3903536d80 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Mon, 6 Feb 2006 01:11:31 +0100 Subject: anchors inside headlines darcs-hash:20060206001131-d5083-cded00c0dd4cffce4986abaea6021cd93e1477f4.gz --- inc/parser/xhtml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/parser') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index d9c750220..31246125b 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -132,9 +132,9 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $this->lastsec = $pos; } - $this->doc .= DOKU_LF.''; + $this->doc .= DOKU_LF.''; $this->doc .= $this->_xmlEntities($text); - $this->doc .= "".DOKU_LF; + $this->doc .= "".DOKU_LF; } function section_open($level) { -- cgit v1.2.3