Files
edx-platform/common/djangoapps
Ned Batchelder 4f9f87c192 Fix encoding of Django-called Mako files to be safe
The old code set the output-encoding to None, which means, I want
Unicode strings as output.  This made Mako pass markupsafe objects to
"unicode()", which applied all the escaping.  Then the result would be
given to Django, would would html-escape it again, resulting in
over-escaping.

By setting the output-encoding to utf8, we use filters.encode.utf8
instead, which is aware of Markupsafe, which avoids the over-escaping.
2016-04-11 14:00:15 -04:00
..
2016-04-08 11:23:05 -04:00
2016-04-08 11:23:05 -04:00
2016-04-08 11:23:05 -04:00
2015-11-10 15:00:19 -05:00
2016-04-08 11:23:05 -04:00
2016-04-08 11:23:05 -04:00
2016-04-08 11:23:05 -04:00
2016-03-08 12:44:55 +05:00
2016-04-07 12:26:18 +05:00