From ae13d011d1ede47d65c4017f05dbec219947b64f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 24 Jul 2017 11:09:14 +0200 Subject: Remove unneeded styles Signed-off-by: Morris Jobke --- lib/private/Mail/EMailTemplate.php | 2 +- tests/Settings/Mailer/NewUserMailHelperTest.php | 4 ++-- tests/data/emails/new-account-email-custom.html | 2 +- tests/data/emails/new-account-email-single-button.html | 2 +- tests/data/emails/new-account-email.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index dd8bdbd8ec9..8227e69ef06 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -100,7 +100,7 @@ EOF;
- +
diff --git a/tests/Settings/Mailer/NewUserMailHelperTest.php b/tests/Settings/Mailer/NewUserMailHelperTest.php index b0ee6a9bef3..40ba9ee1c21 100644 --- a/tests/Settings/Mailer/NewUserMailHelperTest.php +++ b/tests/Settings/Mailer/NewUserMailHelperTest.php @@ -182,7 +182,7 @@ class NewUserMailHelperTest extends TestCase {
- +
@@ -415,7 +415,7 @@ EOF;
- +
diff --git a/tests/data/emails/new-account-email-custom.html b/tests/data/emails/new-account-email-custom.html index 4bf360b2003..e35b9f57848 100644 --- a/tests/data/emails/new-account-email-custom.html +++ b/tests/data/emails/new-account-email-custom.html @@ -23,7 +23,7 @@
- +
diff --git a/tests/data/emails/new-account-email-single-button.html b/tests/data/emails/new-account-email-single-button.html index 901fdbca69a..d70a8a647d3 100644 --- a/tests/data/emails/new-account-email-single-button.html +++ b/tests/data/emails/new-account-email-single-button.html @@ -23,7 +23,7 @@
- +
diff --git a/tests/data/emails/new-account-email.html b/tests/data/emails/new-account-email.html index c1e56954cf8..3e8814bbfbb 100644 --- a/tests/data/emails/new-account-email.html +++ b/tests/data/emails/new-account-email.html @@ -23,7 +23,7 @@
- +
-- cgit v1.2.3