lkdjiin / coco

Code coverage for ruby 2.x
http://lkdjiin.github.com/coco/
MIT License
70 stars 10 forks source link

Properly escape HTML #24

Closed gioele closed 10 years ago

gioele commented 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.

lkdjiin commented 10 years ago

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!

lkdjiin commented 10 years ago

I've merge this PR in the development branch. Thank you!