From: Ahmed Siouani Date: Tue, 29 Apr 2014 15:56:23 +0000 (+0200) Subject: Fixed typo (escaping strategy). X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=d0de4731f6a91029cdb37cfdc5e538ff994a0673;p=web%2Fkonrad%2Ftwig.git Fixed typo (escaping strategy). --- diff --git a/doc/internals.rst b/doc/internals.rst index 16f425a..a68796b 100644 --- a/doc/internals.rst +++ b/doc/internals.rst @@ -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