XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Use handlebars escape function for helpers' results #43

Closed JustBlackBird closed 10 years ago

JustBlackBird commented 10 years ago

Escape function can be changed via \Handlebars\Handlebars::setEscape and \Handlebars\Handlebars::setEscapeArgs, thus htmlspecialchars function cannot be used directly.

everplays commented 10 years ago

nice catch. I blame my weak memory for not remembering the ability to set escape function & arguments.