fenom-template / fenom

Template Engine for PHP. Maintainers wanted!
Other
446 stars 108 forks source link

Autoescape option #2

Closed bzick closed 11 years ago

bzick commented 11 years ago

Add Fenom::AUTOESCAPE_VARS for escape each output variable via htmlspecialchars($var, ENT_QUOTES, 'UTF-8');

bzick commented 11 years ago

Added