summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/parser/handler.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index c397e832c..b8454ed69 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;