diff options
author | chris <chris@jalakai.co.uk> | 2006-05-30 13:31:23 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-05-30 13:31:23 +0200 |
commit | 26426c64c1b0dbe822114c1a1e4293abff558f2b (patch) | |
tree | c428348478e8e5cb56932daed0b78f4e9752dba1 /inc/parser/handler.php | |
parent | 1dc3b3e206c870f92559d5f2b1025888d22efc51 (diff) | |
download | rpg-26426c64c1b0dbe822114c1a1e4293abff558f2b.tar.gz rpg-26426c64c1b0dbe822114c1a1e4293abff558f2b.tar.bz2 |
bug#811
darcs-hash:20060530113123-9b6ab-076ed03543c92413e6317992d9cb2f32534b42c3.gz
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 4 |
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; |