sot/skare3_tools

Quotation marks are not escaped when making dashboard

Closed this issue · 3 comments

As a result, one gets something like this:

pr_info: " 2020-05-02 - PR #52 Tweak print error (for accuracy and to not match "failed") ",

Oops. Sorry about that in my commit message though at least there's a useful test case if you decide to fix the issue...

No problem, the dashboard should be robust enough.

Fixed in 4d3d58a. Jinja2 has autoescape, but that is for templates with html extension. For some reason, it did not work for tpl even if specified. Renamed the template.