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

[email protected] ("Messju Mohr") Wed, 26 Apr 2006 13:39:27 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmessju1146058767@cvsserver>
messju		Wed Apr 26 13:39:27 2006 UTC

  Modified files:              
    /smarty/docs/de/designers/language-custom-functions	
                                                       	language-function-html-options.xml 
  Log:
  fixed type of "selected"-attribute.
  (thanks to dexus)
  
  
  
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/de/designers/language-custom-functions/language-function-html-options.xml?r1=1.3&r2=1.4&diff_format=u
Index: smarty/docs/de/designers/language-custom-functions/language-function-html-options.xml
diff -u smarty/docs/de/designers/language-custom-functions/language-function-html-options.xml:1.3 smarty/docs/de/designers/language-custom-functions/language-function-html-options.xml:1.4
--- smarty/docs/de/designers/language-custom-functions/language-function-html-options.xml:1.3	Fri Dec  2 10:07:33 2005
+++ smarty/docs/de/designers/language-custom-functions/language-function-html-options.xml	Wed Apr 26 13:39:26 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- EN-Revision: 1.12 Maintainer: andreas Status: ready -->
 <sect1 id="language.function.html.options">
  <title>html_options (Ausgabe von HTML-Options)</title>
@@ -45,7 +45,7 @@
     </row>
     <row>
      <entry>selected</entry>
-     <entry>string</entry>
+     <entry>string/array</entry>
      <entry>Nein</entry>
      <entry><emphasis>empty</emphasis></entry>
      <entry>Das ausgewählte Array Element.</entry>