cvs: smarty /docs/en/designers/language-custom-functions language-function-html-checkboxes.xml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1099305755@cvsserver> |
messju Mon Nov 1 05:42:35 2004 EDT
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-checkboxes.xml
Log:
fixed example
http://cvs.php.net/diff.php/smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml?r1=1.5&r2=1.6&ty=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:1.5 smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:1.6
--- smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml:1.5 Mon Nov 1 05:10:37 2004
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-checkboxes.xml Mon Nov 1 05:42:34 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<sect1 id="language.function.html.checkboxes">
<title>html_checkboxes</title>
<informaltable frame="all">
@@ -127,7 +127,7 @@
</para>
<programlisting>
<![CDATA[
-{html_checkboxes name="id" options=$cust_checkboxes selected=$customer_id separator="<br />"}
+{html_checkboxes name="id" options=$cust_checkboxes selected=$customer_id separator="<br />"}
]]>
</programlisting>
<para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php