From 4beabca98b78dc832f53bb31d96a2afe55bc0303 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 14 Jan 2006 17:35:58 +0100 Subject: better_xhtml_compliance_1.patch darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz --- inc/parser/xhtml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 3b253bb89..dc8922ee7 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -162,7 +162,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } function hr() { - $this->doc .= '
'.DOKU_LF; + $this->doc .= '
'.DOKU_LF; } function strong_open() { @@ -400,7 +400,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { if ( array_key_exists($smiley, $this->smileys) ) { $title = $this->_xmlEntities($this->smileys[$smiley]); $this->doc .= ''.
+                ''; } else { $this->doc .= $this->_xmlEntities($smiley); -- cgit v1.2.3