Fix escaping of html tags.
Using six.text_type() is converting MarkSafe object created using HTML function to simple string which is essential html tags interpolation. Applying escaping via Text function on this string object is causing escaping of html tags. PROD-834
Loading
Please register or sign in to comment