mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 06:04:33 -04:00
Fixes for template engine
This commit is contained in:
parent
4a4f528814
commit
40bf4c9a1a
@ -185,7 +185,8 @@ class TemplateEngine
|
|||||||
'allow_unsafe_links' => false,
|
'allow_unsafe_links' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->body = $converter->convert($this->body);
|
$this->body = $converter->convert($this->body)->getContent();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function entityValues($contact)
|
private function entityValues($contact)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user