From 301335e9e186ef542103e10ef7a81a69370d6d82 Mon Sep 17 00:00:00 2001 From: Liam JACK Date: Sun, 12 Apr 2020 13:04:56 +0200 Subject: [PATCH] Fix #13287 - Increase max-height on button in welcome email template Signed-off-by: Liam JACK --- .../tests/Mailer/NewUserMailHelperTest.php | 18 +++++++++--------- lib/private/Mail/EMailTemplate.php | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index c32bb601f31..ffce4d9978a 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -294,7 +294,7 @@ class NewUserMailHelperTest extends TestCase {
- +
@@ -377,8 +377,8 @@ Set your password: https://example.com/resetPassword/MySuperLongSecureRandomToke Install Client: https://nextcloud.com/install/#install-clients --- -TestCloud - +-- +TestCloud - This is an automatically sent email, please do not reply. EOF; @@ -531,7 +531,7 @@ EOF;
- +
@@ -614,8 +614,8 @@ Go to TestCloud: https://example.com/ Install Client: https://nextcloud.com/install/#install-clients --- -TestCloud - +-- +TestCloud - This is an automatically sent email, please do not reply. EOF; @@ -757,7 +757,7 @@ EOF;
- +
@@ -838,8 +838,8 @@ Go to TestCloud: https://example.com/ Install Client: https://nextcloud.com/install/#install-clients --- -TestCloud - +-- +TestCloud - This is an automatically sent email, please do not reply. EOF; diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index 9e2f099259c..850a047fa2c 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -236,7 +236,7 @@ EOF;
- +
@@ -289,7 +289,7 @@ EOF;
- +
-- 2.39.5