Author: ugo
Date: Thu Oct 28 08:24:01 2004
New Revision: 55864

Modified:
   
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-field-styling.xsl
Log:
"textarea" is not a valid type for <input>

Modified: 
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-field-styling.xsl
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-field-styling.xsl
     (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/resources/forms-field-styling.xsl
     Thu Oct 28 08:24:01 2004
@@ -107,7 +107,7 @@
         | types must/should be in the HTML output too.
         +-->
     <xsl:variable name="validHTMLTypes"
-                  select="'text hidden textarea checkbox radio password image 
reset submit'"/>
+                  select="'text hidden checkbox radio password image reset 
submit'"/>
     <xsl:if test="normalize-space(.) and
                   contains(concat(' ', $validHTMLTypes, ' '), concat(' ', ., ' 
'))">
       <xsl:copy-of select="."/>

Reply via email to