City-of-Bloomington / blossom

A skeleton for PHP web applications
GNU Affero General Public License v3.0
3 stars 0 forks source link

View::unescape #9

Closed inghamn closed 9 years ago

inghamn commented 9 years ago

There are a few cases where we want to reverse the escaping of HTML content. When sending plain text emails, for instance.

We should write a View::unescape function that reverses whatever View::escape does.