From: Fabien Potencier Date: Mon, 26 Jul 2010 08:53:43 +0000 (+0200) Subject: added a note about the self variable before 0.9.9 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c0334a3e8d6abf45c40db3e94370c322bbf532e1;p=web%2Fkonrad%2Ftwig.git added a note about the self variable before 0.9.9 --- diff --git a/doc/02-Twig-for-Template-Designers.markdown b/doc/02-Twig-for-Template-Designers.markdown index cc60bf9..92b9b85 100644 --- a/doc/02-Twig-for-Template-Designers.markdown +++ b/doc/02-Twig-for-Template-Designers.markdown @@ -106,7 +106,7 @@ If a variable or attribute does not exist you will get back a `null` value Twig always references two special variables (mostly useful for macros): - * `_self`: references the current template; + * `_self`: references the current template (was `self` before 0.9.9); * `_context`: references the current context. Filters