Update internals.rst

Missing an opening paren
This commit is contained in:
Steven Pribilinskiy
2017-06-16 02:46:41 +03:00
committed by Fabien Potencier
parent 821fd61cfc
commit b8967bd371
+1 -1
View File
@@ -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