cvs: smarty /docs/en/programmers/plugins plugins-inserts.xml
[email protected] ("Peter 'Mash' Morgan") Fri, 17 Feb 2006 22:18:35 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvspete_morgan1140214715@cvsserver> |
pete_morgan Fri Feb 17 22:18:35 2006 UTC
Modified files:
/smarty/docs/en/programmers/plugins plugins-inserts.xml
Log:
minor tweaks
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/programmers/plugins/plugins-inserts.xml?r1=1.2&r2=1.3&diff_format=u
Index: smarty/docs/en/programmers/plugins/plugins-inserts.xml
diff -u smarty/docs/en/programmers/plugins/plugins-inserts.xml:1.2 smarty/docs/en/programmers/plugins/plugins-inserts.xml:1.3
--- smarty/docs/en/programmers/plugins/plugins-inserts.xml:1.2 Wed Apr 14 15:53:39 2004
+++ smarty/docs/en/programmers/plugins/plugins-inserts.xml Fri Feb 17 22:18:35 2006
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="plugins.inserts"><title>Inserts</title>
<para>
Insert plugins are used to implement functions that are invoked by
- <link linkend="language.function.insert"><command>insert</command></link>
+ <link linkend="language.function.insert">{insert}</link>
tags in the template.
</para>
<funcsynopsis>
@@ -19,7 +19,7 @@
</para>
<para>
The insert function is supposed to return the result which will be
- substituted in place of the <command>insert</command> tag in the
+ substituted in place of the <command>{insert}</command> tag in the
template.
</para>
<example>