diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-11 16:17:44 -0500 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-12 17:16:26 +0200 |
commit | 33e077c1c1243884342d51ddc57a1aca4f33049d (patch) | |
tree | 50e2d6de385eba0597d21dd456441b09df010ca1 /lib/public | |
parent | 050ce1d40bf344510338a401ce6b68f76ed3f5e5 (diff) | |
download | nextcloud-server-33e077c1c1243884342d51ddc57a1aca4f33049d.tar.gz nextcloud-server-33e077c1c1243884342d51ddc57a1aca4f33049d.zip |
Properly escape heading, body and button text
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Mail/IEMailTemplate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php index 7b85c154c36..d0123f22739 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -105,7 +105,7 @@ interface IEMailTemplate { /** * Adds a logo and a text to the footer. <br> in the text will be replaced by new lines in the plain text email * - * @param string $text + * @param string $text If the text is empty the default "Name - Slogan<br>This is an automatically generated email" will be used * * @since 12.0.0 */ |