cvs: smarty /docs/en/designers/language-custom-functions language-function-html-options.xml

[email protected] ("Messju Mohr") Wed, 19 Apr 2006 10:24:48 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmessju1145442288@cvsserver>
messju		Wed Apr 19 10:24:48 2006 UTC

  Modified files:              
    /smarty/docs/en/designers/language-custom-functions	
                                                       	language-function-html-options.xml 
  Log:
  fixed example
  
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml?r1=1.13&r2=1.14&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.13 smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.14
--- smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml:1.13	Mon Mar 13 23:13:38 2006
+++ smarty/docs/en/designers/language-custom-functions/language-function-html-options.xml	Wed Apr 19 10:24:48 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <sect1 id="language.function.html.options">
  <title>{html_options}</title>
   <para>
@@ -176,8 +176,7 @@
 <![CDATA[
 <select name="type_id">
     <option value='null'>-- none --</option>
-    {html_options name='contact_type_type' options=$contact_types 
-        selected=$contact.type_id}
+    {html_options options=$contact_types selected=$contact.type_id}
 </select>
 ]]>
   </programlisting>