From 1fc54d3479ffdf47ebe355cde2c9ce25043ab4e4 Mon Sep 17 00:00:00 2001 From: Simon Spannagel Date: Wed, 8 Jul 2020 10:26:34 +0200 Subject: [PATCH] Fix header logo size in notification mails Signed-off-by: Simon Spannagel --- lib/private/Mail/EMailTemplate.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/private/Mail/EMailTemplate.php b/lib/private/Mail/EMailTemplate.php index e91c1208cc6..2c8efa7e010 100644 --- a/lib/private/Mail/EMailTemplate.php +++ b/lib/private/Mail/EMailTemplate.php @@ -16,6 +16,7 @@ declare(strict_types=1); * @author Morris Jobke * @author Roeland Jago Douma * @author Tomasz Paluszkiewicz + * @author Simon Spannagel * * @license GNU AGPL version 3 or any later version * @@ -117,8 +118,8 @@ EOF; -
- +
+
-- 2.39.5