diff --git a/inc/parser/handler.php b/inc/parser/handler.php index c397e832c6ddf14aaa99a4179a22650f86b8d25f..b8454ed6944cce4584033ba1fb80966ee5f5836b 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -940,7 +940,9 @@ class Doku_Handler_Quote { for ( $i = 1; $i <= $quoteDiff; $i++ ) { $this->quoteCalls[] = array('quote_close',array(),$call[2]); } - } + } else { + if ($call[0] != 'quote_start') $this->quoteCalls[] = array('linebreak',array(),$call[2]); + } $quoteDepth = $quoteLength;