]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fix cases where filter input is not a Markup type
authorErik Johnson <palehose@gmail.com>
Mon, 19 Mar 2018 19:17:35 +0000 (14:17 -0500)
committerErik Johnson <palehose@gmail.com>
Mon, 19 Mar 2018 19:17:35 +0000 (14:17 -0500)
commite937c8a0de02bbbb5f19f9a65e0f2f9a0ffb6446
tree92fcc288eb9b489edc11a00ebc5ab1f9f0df345c
parentbfdc8467d4bf20d61e076a08c045cd8262e6deed
Fix cases where filter input is not a Markup type

The previous commit assumes that the filter will always be a Markup
type, which is not correct.
jinja2/filters.py