mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-01 21:17:21 +00:00
Update internals.rst
Missing an opening paren
This commit is contained in:
committed by
Fabien Potencier
parent
821fd61cfc
commit
b8967bd371
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user