summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r--inc/parser/handler.php4
1 files changed, 2 insertions, 2 deletions
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);