projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae040f
)
Fixed potential html syntax issue
author
Marcel Werk
<burntime@woltlab.com>
Thu, 26 Jan 2017 18:23:00 +0000
(19:23 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 26 Jan 2017 18:23:00 +0000
(19:23 +0100)
com.woltlab.wcf/templates/cms.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/cms.tpl
b/com.woltlab.wcf/templates/cms.tpl
index d46c03a8c55bbe8d031540b9bf5b684914980cd6..4147ed57cb3ab2f9a129dfda9154aea083d83f4c 100644
(file)
--- 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'}
- <
section
class="section cmsContent htmlContent">
+ <
div
class="section cmsContent htmlContent">
{@$content->getFormattedContent()}
- </
section
>
+ </
div
>
{elseif $page->pageType == 'html'}
{@$content->getParsedContent()}
{elseif $page->pageType == 'tpl'}