mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-01 22:10:02 -05:00
b7c39113e7
The template loader wouldn't handle non-ASCII template encodings. Updated it to use the encoding parameter of the Jinja loader when reading and writing the template files. Fixes #46