From 866b8902cd62dfdc9245b6dbb76e0f4fff818b4d Mon Sep 17 00:00:00 2001 From: Aleksandr Mashchenko Date: Fri, 4 Mar 2016 20:43:07 +0200 Subject: [PATCH] radio checked fix --- core/src/main/resources/template/simple/radiomap.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/template/simple/radiomap.ftl b/core/src/main/resources/template/simple/radiomap.ftl index 61950e970..9c846e546 100644 --- a/core/src/main/resources/template/simple/radiomap.ftl +++ b/core/src/main/resources/template/simple/radiomap.ftl @@ -65,7 +65,7 @@ name="${parameters.name?html}"<#rt/> id="${parameters.id?html}${itemKeyStr?html}"<#rt/> -<#if tag.contains(parameters.nameValue!'', itemKeyStr)> +<#if tag.contains(parameters.nameValue, itemKey)> checked="checked"<#rt/> <#if itemKey??>