From df399f3bb93ead21486cc5e4bc9617bd157f79e5 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 26 Jan 2017 19:23:00 +0100 Subject: [PATCH] Fixed potential html syntax issue --- com.woltlab.wcf/templates/cms.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/cms.tpl b/com.woltlab.wcf/templates/cms.tpl index d46c03a8c5..4147ed57cb 100644 --- a/com.woltlab.wcf/templates/cms.tpl +++ b/com.woltlab.wcf/templates/cms.tpl @@ -42,9 +42,9 @@ {if $content->content} {if $page->pageType == 'text'} -
+
{@$content->getFormattedContent()} -
+ {elseif $page->pageType == 'html'} {@$content->getParsedContent()} {elseif $page->pageType == 'tpl'} -- 2.20.1