[richfaces-svn-commits] JBoss Rich Faces SVN: r2361 - trunk/ui/calendar/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 20 18:50:19 EDT 2007


Author: nbelaevski
Date: 2007-08-20 18:50:19 -0400 (Mon, 20 Aug 2007)
New Revision: 2361

Modified:
   trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
Invalid tagname replaced

Modified: trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
--- trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx	2007-08-20 22:49:46 UTC (rev 2360)
+++ trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx	2007-08-20 22:50:19 UTC (rev 2361)
@@ -128,7 +128,7 @@
 				tabindex="#{component.attributes['tabindex']}"
 				onclick="#{onclick}">
 			</input>
-			<image id="#{clientId}PopupButton"
+			<img id="#{clientId}PopupButton"
 				class="calendar_popupicon"
 				src="#{icon}"
 				accesskey="#{component.attributes['accesskey']}"
@@ -136,7 +136,7 @@
 		 		onclick="$('#{clientId}').component.doExpand();return false;"	 			
 				style="vertical-align: middle; #{component.attributes['style']}"
 				tabindex="#{component.attributes['tabindex']}">
-			</image>
+			</img>
 	</span>
 			<jsp:scriptlet>
 		<![CDATA[




More information about the richfaces-svn-commits mailing list