Closed tenderlove closed 8 years ago
escape_html_as_html_safe was returning binary strings which will infect all the UTF-8 strings in our view layer. This patch tags the return string with the encoding of the source string so that we're not eventually forcing everything to be binary.
escape_html_as_html_safe
:+1:
escape_html_as_html_safe
was returning binary strings which will infect all the UTF-8 strings in our view layer. This patch tags the return string with the encoding of the source string so that we're not eventually forcing everything to be binary.