mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
Fixed typo (escaping strategy).
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ using)::
|
||||
{
|
||||
// line 1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user