h2o-php
h2o-php copied to clipboard
Disable autoescape for links_to filter
The links_to filter by default outputs escaped HTML code. Please mark it as safe.
I also face this issue, 4 years later.
Something like this would be awesome: http://twig.sensiolabs.org/doc/tags/autoescape.html
-- EDIT --
We can use a workaround. See:
{autoescape off}
(your stuff here)
{autoescape on}