minor #1392 Update internals.rst (ahsio)

This PR was merged into the 1.15-dev branch.

Discussion
----------

Update internals.rst

Fixed typo (Bad escaping strategy).

Commits
-------

d0de473 Fixed typo (escaping strategy).
This commit is contained in:
Fabien Potencier
2014-04-29 19:01:20 +02:00
+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