Opened 17 years ago
Closed 17 years ago
#6057 closed (fixed)
NodeList.render() should return SafeData
Description ¶
NodeList.render() returns escaped data, but does not mark it as safe.
See: http://groups.google.com/group/django-users/browse_thread/thread/eeb13e7ef0bd5250/397362d0d660f0db
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6778]) Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes.