Fix indentation of signature in email_html.tpl
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 2 Jul 2020 12:07:08 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 12:07:08 +0000 (14:07 +0200)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
com.woltlab.wcf/templates/email_html.tpl

index af2d6276a7d0509cc6be3b1f00a7f72d963aba89..357c37c1221a4c57ba1951ac2978e6412b79f05a 100644 (file)
        {capture assign='footer'}
        {hascontent}
        <span style="font-size: 0;">-- <br></span>
-{content}
-{if MAIL_SIGNATURE_HTML|language}
-{@MAIL_SIGNATURE_HTML|language}
-{else}
-{@MAIL_SIGNATURE|language|newlineToBreak}
-{/if}
-{/content}{/hascontent}{/capture}
+       {content}
+       {if MAIL_SIGNATURE_HTML|language}
+       {@MAIL_SIGNATURE_HTML|language}
+       {else}
+       {@MAIL_SIGNATURE|language|newlineToBreak}
+       {/if}
+       {/content}{/hascontent}{/capture}
        {include file='email_paddingHelper' block=true class='footer' content=$footer sandbox=true}
        
        <table>{* Do not remove: This table is needed by certain less able email clients to properly support background colors. Don't ask. *}</table>