fixed markup in doc

This commit is contained in:
Fabien Potencier
2010-12-18 11:26:41 +01:00
parent 0d424bff0d
commit 4fbbad44f1
+3 -3
View File
@@ -648,10 +648,10 @@ Here is a small example of a macro that renders a form element:
Macros differs from native PHP functions in a few ways: Macros differs from native PHP functions in a few ways:
* Default argument values are defined by using the ``default`` filter in the * Default argument values are defined by using the ``default`` filter in the
macro body; macro body;
* Arguments of a macro are always optional. * Arguments of a macro are always optional.
But as PHP functions, macros don't have access to the current template But as PHP functions, macros don't have access to the current template
variables. variables.