cvs: smarty /docs/en/designers/language-builtin-functions language-function-capture.xml
[email protected] ("Peter 'Mash' Morgan") Tue, 28 Mar 2006 00:12:14 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvspete_morgan1143504734@cvsserver> |
pete_morgan Tue Mar 28 00:12:14 2006 UTC
Modified files:
/smarty/docs/en/designers/language-builtin-functions
language-function-capture.xml
Log:
tweek
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-builtin-functions/language-function-capture.xml?r1=1.12&r2=1.13&diff_format=u
Index: smarty/docs/en/designers/language-builtin-functions/language-function-capture.xml
diff -u smarty/docs/en/designers/language-builtin-functions/language-function-capture.xml:1.12 smarty/docs/en/designers/language-builtin-functions/language-function-capture.xml:1.13
--- smarty/docs/en/designers/language-builtin-functions/language-function-capture.xml:1.12 Mon Mar 27 23:57:57 2006
+++ smarty/docs/en/designers/language-builtin-functions/language-function-capture.xml Tue Mar 28 00:12:14 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<sect1 id="language.function.capture">
<title>{capture}</title>
@@ -13,8 +13,9 @@
template from the variable <link
linkend="language.variables.smarty.capture">$smarty.capture.foo</link>
where "foo" is the value passed in the name attribute. If you do not
- supply a name attribute, then "default" will be used as in $smarty.capture.default.
- You can nest capture commands.
+ supply a name attribute, then "default" will be used as the name
+ ie $smarty.capture.default </para>
+ <para>{capture}'s can be nested.
</para>