mirror of
https://github.com/django/django.git
synced 2025-02-04 22:47:53 +00:00
aef2a0ec59
This is a security hardening fix to help prevent XSS (and incorrect HTML) for the common use case of simple_tag. Thanks to Tim Graham for the review.