From 47583ff0428eaa0d97e26f61f81ac6d199e9b446 Mon Sep 17 00:00:00 2001 From: furun Date: Fri, 16 Oct 2009 22:55:26 +0200 Subject: Whitespace cleanup FS#1709 Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz --- inc/parser/handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/parser/handler.php') diff --git a/inc/parser/handler.php b/inc/parser/handler.php index c92dbe3d5..9527fd710 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -1117,7 +1117,7 @@ class Doku_Handler_Quote { } } else { if ($call[0] != 'quote_start') $this->quoteCalls[] = array('linebreak',array(),$call[2]); - } + } $quoteDepth = $quoteLength; @@ -1623,7 +1623,7 @@ class Doku_Handler_Block { $cname_plusone = $calls[$key+1][0]; if ($cname_plusone == 'plugin') { $cname_plusone = 'plugin'.$calls[$key+1][1][0]; - + // plugin test, true if plugin has a state which precludes it requiring blockOpen or blockClose $plugin_plusone = true; $plugin_test = ($call[$key+1][1][2] == DOKU_LEXER_MATCHED) || ($call[$key+1][1][2] == DOKU_LEXER_MATCHED); -- cgit v1.2.3