WW-2110 css_xhtml checkbox.ftl renders one </div> to many when no label exists

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@565844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-08-14 17:29:29 +00:00
parent 7ec7764e16
commit 7c11bd3564
@@ -94,4 +94,11 @@ lables
>${parameters.label?html}</label><#rt/>
</#if>
</#if>
<#include "/${parameters.templateDir}/css_xhtml/controlfooter.ftl" /><#nt/>
<#if parameters.label?exists>
<#if parameters.labelposition?default("top") == 'top'>
</div> <#rt/>
<#else>
</span> <#rt/>
</#if>
</#if>
</div>