From 5ebbacd36f13bbbbc0011923535590e40470e941 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 2 Jul 2020 11:00:18 +0200 Subject: [PATCH] Fix layout of text/plain version of userRegistration notification mail Whitespace is significant within the text/plain version, thus remove the tabs like within all the other notifications. --- .../templates/email_notification_userRegistration.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/email_notification_userRegistration.tpl b/com.woltlab.wcf/templates/email_notification_userRegistration.tpl index 63a219c426..38dd7b5559 100644 --- a/com.woltlab.wcf/templates/email_notification_userRegistration.tpl +++ b/com.woltlab.wcf/templates/email_notification_userRegistration.tpl @@ -1,7 +1,7 @@ {assign var='count' value=$event->getAuthors()|count}{assign var='guestTimesTriggered' value=$event->getNotification()->guestTimesTriggered}{assign var='authors' value=$event->getAuthors()|array_values} {if $mimeType === 'text/plain'} - {capture assign='authorList'}{lang}wcf.user.notification.mail.authorList.plaintext{/lang}{/capture} - {lang}wcf.user.notification.userRegistration.mail.plaintext{/lang} +{capture assign='authorList'}{lang}wcf.user.notification.mail.authorList.plaintext{/lang}{/capture} +{lang}wcf.user.notification.userRegistration.mail.plaintext{/lang} {else} {capture assign='authorList'}{lang}wcf.user.notification.mail.authorList.html{/lang}{/capture} {lang}wcf.user.notification.userRegistration.mail.html{/lang} -- 2.20.1