Fixes for template engine
This commit is contained in:
parent
4a4f528814
commit
40bf4c9a1a
1 changed files with 2 additions and 1 deletions
|
|
@ -185,7 +185,8 @@ class TemplateEngine
|
|||
'allow_unsafe_links' => false,
|
||||
]);
|
||||
|
||||
$this->body = $converter->convert($this->body);
|
||||
$this->body = $converter->convert($this->body)->getContent();
|
||||
|
||||
}
|
||||
|
||||
private function entityValues($contact)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue