Fixed typo (escaping strategy).

This commit is contained in:
Ahmed Siouani
2014-04-29 17:56:23 +02:00
parent 28256f5eda
commit d0de4731f6
+1 -1
View File
@@ -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