mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
Fixed typo (escaping strategy).
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ using)::
|
|||||||
{
|
{
|
||||||
// line 1
|
// line 1
|
||||||
echo "Hello ";
|
echo "Hello ";
|
||||||
echo twig_escape_filter($this->env, $this->getContext($context, "name"), "ndex", null, true);
|
echo twig_escape_filter($this->env, $this->getContext($context, "name"), "html", null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// some more code
|
// some more code
|
||||||
|
|||||||
Reference in New Issue
Block a user