X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Ftwig%2Ftwig%2Fdoc%2Finternals.rst;h=fec65e00ea6aa340d404acc7972564749413da2c;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=f38089fdcf35b901f4d7b085afa0c06017d158b5;hpb=eba34333e3c89f208d2f72fa91351ad019a71583;p=yaffs-website diff --git a/vendor/twig/twig/doc/internals.rst b/vendor/twig/twig/doc/internals.rst index f38089fdc..fec65e00e 100644 --- a/vendor/twig/twig/doc/internals.rst +++ b/vendor/twig/twig/doc/internals.rst @@ -128,7 +128,7 @@ using):: { // line 1 echo "Hello "; - echo twig_escape_filter($this->env, isset($context["name"]) ? $context["name"] : null), "html", null, true); + echo twig_escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", null, true); } // some more code