Skip to content

Commit

Permalink
Merge pull request #1 from tiv-source/tiv-source-patch-1
Browse files Browse the repository at this point in the history
Fix freemaker error in checkbox.ftl of css_xhtml template
  • Loading branch information
tiv-source authored Aug 28, 2016
2 parents 7f3defd + 6af35c7 commit d32033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/template/css_xhtml/checkbox.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lables
<#elseif parameters.labelposition??>
<#assign labelpos = parameters.labelposition/>
</#if>
<#if labelpos!"" == 'left'>
<#if (labelpos!"") == 'left'>
<span <#rt/>
<#if parameters.id??>id="wwlbl_${parameters.id}"<#rt/></#if> class="wwlbl">
<label<#t/>
Expand Down

0 comments on commit d32033a

Please sign in to comment.