diff --git a/include/class.format.php b/include/class.format.php index f86982a38b4973644ef2bbd3ac6866ae0eaa7ab2..6cf6df89c90efc9196bdb02b91e641b640fdf79d 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -151,7 +151,7 @@ class Format { # Try simple html2text - insert line breaks after new line tags. $html = preg_replace( - array(':<br ?/?\>:i', ':(</div>)\s*:i', ':(</p>)\s*:i') + array(':<br ?/?\>:i', ':(</div>)\s*:i', ':(</p>)\s*:i'), array("\n", "$1\n", "$1\n\n"), $html);