Skip to content
Snippets Groups Projects
Unverified Commit 407c7c2a authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #14346 from tomaski/master

fix(EMailTemplate): malformed HTML in some cases
parents 0b7b32e8 52dcc955
No related branches found
No related tags found
No related merge requests found
......@@ -435,6 +435,7 @@ EOF;
$text = htmlspecialchars($text);
}
$this->ensureBodyListClosed();
$this->ensureBodyIsOpened();
$this->htmlBody .= vsprintf($this->bodyText, [$text]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment