radio checked fix

This commit is contained in:
Aleksandr Mashchenko
2016-03-04 20:43:07 +02:00
parent 820c52dd26
commit 866b8902cd
@@ -65,7 +65,7 @@
name="${parameters.name?html}"<#rt/>
</#if>
id="${parameters.id?html}${itemKeyStr?html}"<#rt/>
<#if tag.contains(parameters.nameValue!'', itemKeyStr)>
<#if tag.contains(parameters.nameValue, itemKey)>
checked="checked"<#rt/>
</#if>
<#if itemKey??>