From: Marcel Werk Date: Thu, 26 Jan 2017 18:23:00 +0000 (+0100) Subject: Fixed potential html syntax issue X-Git-Tag: 3.0.2~49 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df399f3bb93ead21486cc5e4bc9617bd157f79e5;p=GitHub%2FWoltLab%2FWCF.git Fixed potential html syntax issue --- 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'}