HTML escaping
I am closing in on final bits of my railslist project a craigslist style open source classifieds. Reviewing final checks to be done before it is released to the community. One thing stuck me was HTML escaping. Although I can escape each input separately, i am interested to have some thing that would accept an object and escape all its attributes.
any ideas?
|