From: Marcel Werk Date: Fri, 13 Jan 2017 11:53:45 +0000 (+0100) Subject: Use
for notices that contain html X-Git-Tag: 3.0.1~50 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=be4259c318c129405bb11b7ac2308047573f1f94;p=GitHub%2FWoltLab%2FWCF.git Use
for notices that contain html --- 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}