[richfaces-svn-commits] JBoss Rich Faces SVN: r14274 - branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri May 22 05:01:35 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-05-22 05:01:35 -0400 (Fri, 22 May 2009)
New Revision: 14274

Modified:
   branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
Log:
change alt="icon" to alt=""

Modified: branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx	2009-05-22 00:28:52 UTC (rev 14273)
+++ branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx	2009-05-22 09:01:35 UTC (rev 14274)
@@ -36,7 +36,7 @@
 		<jsp:scriptlet><![CDATA[
 			}else{
 		]]></jsp:scriptlet>
-                <img src="#{arrow}" class="rich-color-picker-icon #{component.attributes['iconClass']}" style="#{component.attributes['iconStyle']}" alt="icon"/>
+                <img src="#{arrow}" class="rich-color-picker-icon #{component.attributes['iconClass']}" style="#{component.attributes['iconStyle']}" alt=""/>
         <jsp:scriptlet><![CDATA[
 			}
 		]]></jsp:scriptlet>




More information about the richfaces-svn-commits mailing list