From c0334a3e8d6abf45c40db3e94370c322bbf532e1 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 26 Jul 2010 10:53:43 +0200 Subject: [PATCH] added a note about the self variable before 0.9.9 --- doc/02-Twig-for-Template-Designers.markdown | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5