-
{@$contentTitle}{if !$contentTitleBadge|empty} {@$contentTitleBadge}{/if}
- {if !$contentDescription|empty}{@$contentDescription}
{/if} +{unsafe:$contentTitle}{if !$contentTitleBadge|empty} {unsafe:$contentTitleBadge}{/if}
+ {if !$contentDescription|empty}{unsafe:$contentDescription}
{/if}
-
diff --git a/com.woltlab.wcf/templates/footer.tpl b/com.woltlab.wcf/templates/footer.tpl
index 5977933dee8..b82160dd9d6 100644
--- a/com.woltlab.wcf/templates/footer.tpl
+++ b/com.woltlab.wcf/templates/footer.tpl
@@ -5,11 +5,11 @@
{@$message}
+ diff --git a/com.woltlab.wcf/templates/breadcrumbs.tpl b/com.woltlab.wcf/templates/breadcrumbs.tpl index af8e3f5e5a7..2c0bc6a58e6 100644 --- a/com.woltlab.wcf/templates/breadcrumbs.tpl +++ b/com.woltlab.wcf/templates/breadcrumbs.tpl @@ -17,7 +17,7 @@ {if $__microdata} - + {assign var='__breadcrumbPos' value=$__breadcrumbPos+1} {/if} diff --git a/com.woltlab.wcf/templates/error.tpl b/com.woltlab.wcf/templates/error.tpl index 2e41fe8a292..0142f32760f 100644 --- a/com.woltlab.wcf/templates/error.tpl +++ b/com.woltlab.wcf/templates/error.tpl @@ -12,7 +12,7 @@ {if $exception !== null} {/if} {/if} @@ -21,7 +21,7 @@
{icon size=64 name='circle-exclamation'}
- {@$message} + {unsafe:$message}
{content}
{if !$boxesContentBottom|empty}
- {@$boxesContentBottom}
+ {unsafe:$boxesContentBottom}
{/if}
{foreach from=$__wcf->getBoxHandler()->getBoxes('contentBottom') item=box}
- {@$box->render()}
+ {unsafe:$box->render()}
{/foreach}
{/content}
@@ -17,14 +17,14 @@
{/hascontent}
{if MODULE_WCF_AD && $__disableAds|empty}
- {@$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.content')}
+ {unsafe:$__wcf->getAdHandler()->getAds('com.woltlab.wcf.footer.content')}
{/if}