From 96331712eb165972845b097644336ca87a81dfcd Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 15 Jan 2006 19:32:53 +0100 Subject: stricter xhtml compliance -- part 2 darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.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 dc8922ee7..d03939542 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -346,11 +346,11 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } function quote_open() { - $this->doc .= '
'.DOKU_LF; + $this->doc .= '
'.DOKU_LF; } function quote_close() { - $this->doc .= '
'.DOKU_LF; + $this->doc .= '
'.DOKU_LF; } /** -- cgit v1.2.3