1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Fixes for template engine

This commit is contained in:
David Bomba 2022-07-04 14:41:16 +10:00
parent 4a4f528814
commit 40bf4c9a1a

View File

@ -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)