Fixes the problem that the template for plan text starts with a tab
authorCyperghost <olaf_schmitz_1@t-online.de>
Mon, 6 May 2024 10:55:33 +0000 (12:55 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 6 May 2024 10:55:33 +0000 (12:55 +0200)
com.woltlab.wcf/templates/email_notification_userNeedActivation.tpl
com.woltlab.wcf/templates/email_notification_userRegistrationSuccess.tpl

index 337aabd852a779dd28e3d24a5c667bd2b77229ef..3b63f7d0d177cd768a684351fab988ba404bb1e3 100644 (file)
@@ -1,5 +1,5 @@
 {if $mimeType === 'text/plain'}
-       {lang}wcf.user.notification.needActivation.mail.plaintext{/lang}
+{lang}wcf.user.notification.needActivation.mail.plaintext{/lang}
 {else}
        {lang}wcf.user.notification.needActivation.mail.html{/lang}
        {assign var='user' value=$event->getAuthor()}
index 333b0a6f719791053765946489745ac58c0cfb24..9eb7e5d1f93d730a1d5bc5e74c662b22013ea765 100644 (file)
@@ -1,5 +1,5 @@
 {if $mimeType === 'text/plain'}
-       {lang}wcf.user.notification.registrationSuccess.mail.plaintext{/lang}
+{lang}wcf.user.notification.registrationSuccess.mail.plaintext{/lang}
 {else}
        {lang}wcf.user.notification.registrationSuccess.mail.html{/lang}
        {assign var='user' value=$event->getAuthor()}