From 27918226fc61754bea1db20371e747d89b65cbab Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 14 Mar 2006 16:28:07 +0100 Subject: xhtml.php fix for recent

..

removal regex darcs-hash:20060314152807-9b6ab-55f44121650def9bdc8dc00f30876baed1b37f9a.gz --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 2335c8b65..221e18da0 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -95,7 +95,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } // make sure there are no empty paragraphs - $this->doc = preg_replace('#| .*?>)\s*

#','',$this->doc); + $this->doc = preg_replace('#

\s*

#','',$this->doc); } /** -- cgit v1.2.3