mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user