diff --git a/syntax.php b/syntax.php index 4ee4d84..b788fd8 100644 --- a/syntax.php +++ b/syntax.php @@ -103,7 +103,7 @@ protected function open($tag, $attr, $pos, $match, $handler) protected function close($tag, $pos, $match, $handler) { //$this->writeCall($tag,'',DOKU_LEXER_EXIT, $pos,$match,$handler); - $match = array(DOKU_LEXER_EXIT, $tag, $attr); + $match = array(DOKU_LEXER_EXIT, $tag); $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName()); }