From 26426c64c1b0dbe822114c1a1e4293abff558f2b Mon Sep 17 00:00:00 2001
From: chris <chris@jalakai.co.uk>
Date: Tue, 30 May 2006 13:31:23 +0200
Subject: [PATCH] bug#811

darcs-hash:20060530113123-9b6ab-076ed03543c92413e6317992d9cb2f32534b42c3.gz
---
 inc/parser/handler.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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;
 
-- 
GitLab