Closed shadyabhi closed 10 years ago
For the idea of what the issue is,
Not working:
After the patch:
Basically, I've used CGI.escapeHTML to escape the strings while sending back json data to browser.
CGI.escapeHTML
I see that this is still not fixed. Can we get this merged?
Thanks
Yes thankyou! Sorry for not getting this merged sooner. I'll get this pushed out in a bit.
For the idea of what the issue is,
Not working:
After the patch:
Basically, I've used
CGI.escapeHTML
to escape the strings while sending back json data to browser.