mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-03 05:56:43 +00:00
Remove escape
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--TEST--
|
||||
"data_uri" filter
|
||||
--TEMPLATE--
|
||||
{{ 'foobar#'|data_uri(parameters={charset: "utf-8", foo: "\$bar"}) }}
|
||||
{{ 'foobar#'|data_uri(parameters={charset: "utf-8", foo: "$bar"}) }}
|
||||
{{ '<b>foobar</b>'|data_uri(mime="text/html", parameters={charset: "ascii"}) }}
|
||||
<img src="{{ sf_logo|data_uri }}" />
|
||||
--DATA--
|
||||
|
||||
Reference in New Issue
Block a user