When the template has a

block it's just rendered out and not added to styling. Seems to be because mpdf->WriteHTML() is called with HTMLParserMode::HTML_BODY

Comments

van.dordafog created an issue. See original summary.

van.dordafog’s picture

StatusFileSize
new3.11 KB

Added the possibility to use HTMLParserMode::DEFAULT_MODE
via module config.
Solves the

block in template being ignored.