From 28109276513dd23fc46f631e7c612561dbe9d881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schplurtz=20le=20D=C3=A9boulonn=C3=A9?= Date: Fri, 4 Aug 2017 15:00:55 +0200 Subject: [PATCH] Use tag for compatibility's sake revert open/close tag from to for compatibility with all pages in installed dokuwiki --- syntax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax.php b/syntax.php index 141fa39..35042a1 100644 --- a/syntax.php +++ b/syntax.php @@ -42,11 +42,11 @@ public function getSort() { * @param string $mode Parser mode */ public function connectTo($mode) { - $this->Lexer->addEntryPattern("(?=.*?)", $mode, 'plugin_database2'); + $this->Lexer->addEntryPattern("(?=.*?)", $mode, 'plugin_database2'); } public function postConnect() { - $this->Lexer->addExitPattern('','plugin_database2'); + $this->Lexer->addExitPattern('','plugin_database2'); } /**