Author: tmjee
Date: Thu Sep 7 07:17:09 2006
New Revision: 441091
URL: http://svn.apache.org/viewvc?view=rev&rev=441091
Log:
- WW-1433
duplicate tabindex in checkbox.ftl
Modified:
struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl
Modified:
struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl?view=diff&rev=441091&r1=441090&r2=441091
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl
(original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl
Thu Sep 7 07:17:09 2006
@@ -11,9 +11,6 @@
<#if parameters.tabindex?exists>
tabindex="${parameters.tabindex?html}"<#rt/>
</#if>
-<#if parameters.tabindex?exists>
- tabindex="${parameters.tabindex?html}"<#rt/>
-</#if>
<#if parameters.id?exists>
id="${parameters.id?html}"<#rt/>
</#if>