From be4259c318c129405bb11b7ac2308047573f1f94 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 13 Jan 2017 12:53:45 +0100 Subject: [PATCH] Use
for notices that contain html --- com.woltlab.wcf/templates/userNotice.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/templates/userNotice.tpl b/com.woltlab.wcf/templates/userNotice.tpl index 3a70bea188..ecce0bb42a 100644 --- a/com.woltlab.wcf/templates/userNotice.tpl +++ b/com.woltlab.wcf/templates/userNotice.tpl @@ -2,7 +2,7 @@ {if OFFLINE && $__wcf->session->getPermission('admin.general.canViewPageDuringOfflineMode')}

{lang}wcf.page.offline{/lang}

-

{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE|language}{else}{@OFFLINE_MESSAGE|language|newlineToBreak}{/if}

+
{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE|language}{else}{@OFFLINE_MESSAGE|language|newlineToBreak}{/if}
{/if} @@ -17,13 +17,13 @@ {hascontent} {content} {foreach from=$__wcf->getNoticeHandler()->getVisibleNotices() item='notice'} -

+

{if $notice->isDismissible} {/if} {@$notice} -

+
{/foreach} {/content} -- 2.20.1