mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
Merge pull request #14387 from nextcloud/backport/14346/stable15
[stable15] fix(EMailTemplate): malformed HTML in some cases
This commit is contained in:
commit
2184cc4970
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ EOF;
|
|||
$text = htmlspecialchars($text);
|
||||
}
|
||||
|
||||
$this->ensureBodyListClosed();
|
||||
$this->ensureBodyIsOpened();
|
||||
|
||||
$this->htmlBody .= vsprintf($this->bodyText, [$text]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue