You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mc...@apache.org on 2011/04/19 17:20:39 UTC

svn commit: r1095111 - /struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl

Author: mcucchiara
Date: Tue Apr 19 15:20:39 2011
New Revision: 1095111

URL: http://svn.apache.org/viewvc?rev=1095111&view=rev
Log:
WW-3607 - Removed extra white space in the checkbox tag template for the simple theme

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?rev=1095111&r1=1095110&r2=1095111&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/simple/checkbox.ftl Tue Apr 19 15:20:39 2011
@@ -43,9 +43,8 @@
 <#include "/${parameters.templateDir}/simple/scripting-events.ftl" />
 <#include "/${parameters.templateDir}/simple/common-attributes.ftl" />
 <#include "/${parameters.templateDir}/simple/dynamic-attributes.ftl" />
-/>
-<input type="hidden" id="__checkbox_${parameters.id?html}" name="__checkbox_${parameters.name?html}" value="${parameters.fieldValue?html}"<#rt/>
+/><input type="hidden" id="__checkbox_${parameters.id?html}" name="__checkbox_${parameters.name?html}" value="${parameters.fieldValue?html}"<#rt/>
 <#if parameters.disabled?default(false)>
  disabled="disabled"<#rt/>
 </#if>
- /> 
\ No newline at end of file
+ />
\ No newline at end of file