From 02e511213ae892653af32a79dbd07341d7a5f9d9 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Fri, 27 Jan 2006 20:32:38 +0100 Subject: further xhtml strictness -- part 3 darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz --- inc/parser/xhtml.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inc/parser') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 9fd31f3b2..d9c750220 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -132,7 +132,7 @@ 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; } @@ -182,11 +182,11 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } function underline_open() { - $this->doc .= ''; + $this->doc .= ''; } function underline_close() { - $this->doc .= ''; + $this->doc .= ''; } function monospace_open() { @@ -267,7 +267,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } // output the footnote reference and link, incl. onmouseover for insitu footnote popup - $this->doc .= ''.$id.')'; + $this->doc .= ''.$id.')'; } function listu_open() { -- cgit v1.2.3