Closed gioele closed 10 years ago
It is much better to let the stdlib CGI module do the HTML escaping instead of redoing it. Also, the previous code did not properly escape & and other chars.
&
Good call! Travis is complaining but I don't think it's your code's fault. I will check that this week-end. Thank you!
I've merge this PR in the development branch. Thank you!
It is much better to let the stdlib CGI module do the HTML escaping instead of redoing it. Also, the previous code did not properly escape
&
and other chars.