Probesys / lotemplate

LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template (DOCX or ODT) and a json file.
GNU Affero General Public License v3.0
23 stars 1 forks source link

Fix scan html #20

Closed philippe-levan closed 1 year ago

philippe-levan commented 1 year ago

The "html statement" syntax was not scanned. (no error if endhtml was missing and the template generation was blocked).

Changes

Checklist