Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jinja_filters.py: Add escaping for unsafe input. (#229)
* jinja_filters.py: Add escaping for unsafe input. E.g. if the description contains <html> tags this leads to issues. markupsafe.escape() was the first html escaper to pop up, so I went with that. * black fix --------- Co-authored-by: Denis Blanchette <[email protected]>
- Loading branch information