pete_morgan Mon Feb 26 18:27:17 2007 UTC
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-html-options.xml
Log:
Fix incorrect var name
http://cvs.php.net/viewvc.cgi/smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml?r1=1.17&r2=1.18&diff_format=u
Index:
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml
diff -u
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.17
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.18
---
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.17
Wed Sep 27 08:47:36 2006
+++
smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml
Mon Feb 26 18:27:17 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<sect1 id="language.function.html.options">
<title>{html_options}</title>
<para>
@@ -226,7 +226,7 @@
</para>
<programlisting>
<![CDATA[
-{html_options name=foo options=$myOptions selected=$mySelect}
+{html_options name=foo options=$lookups selected=$fav}
]]>
</programlisting>
@@ -235,7 +235,7 @@
</para>
<screen>
<![CDATA[
-<select name="breakTime">
+<select name="foo">
<optgroup label="Sport">
<option label="Golf" value="6">Golf</option>
<option label="Cricket" value="9">Cricket</option>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|