diff --git a/handlers/PreviewHandler.php b/handlers/PreviewHandler.php index 6c8153a..f04ac62 100644 --- a/handlers/PreviewHandler.php +++ b/handlers/PreviewHandler.php @@ -115,7 +115,7 @@ protected function getContentAndPublication(array $get): array /** * Print from page, but render its {{ bazar* }} elements */ - elseif (preg_match('/({{(bazarliste|bazarcarto|bazar|calendrier|map|gogomap)\s*[^}]*}})/i', $this->wiki->page['body'], $matches)) { + elseif (preg_match('/({{(bazarliste|bazarcarto|calendrier|map|gogomap)\s*[^}]*}})/i', $this->wiki->page['body'], $matches)) { $actionText = $matches[1]; $actionName = $matches[2]; $matches = [];