Fixed potential html syntax issue
authorMarcel Werk <burntime@woltlab.com>
Thu, 26 Jan 2017 18:23:00 +0000 (19:23 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 26 Jan 2017 18:23:00 +0000 (19:23 +0100)
com.woltlab.wcf/templates/cms.tpl

index d46c03a8c55bbe8d031540b9bf5b684914980cd6..4147ed57cb3ab2f9a129dfda9154aea083d83f4c 100644 (file)
@@ -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'}