diff --git a/public/forum/posting.php b/public/forum/posting.php index 3d26b40f..74c0a88f 100644 --- a/public/forum/posting.php +++ b/public/forum/posting.php @@ -243,6 +243,6 @@ echo tpl_render('forum.posting', [ 'title' => $topicTitle ?? null, 'type' => $topicType ?? null, 'text' => $postText ?? null, - 'parser' => $postParser ?? MSZ_PARSER_BBCODE, + 'parser' => $postParser ?? null, ], ]);