From 820c52dd2689add4e59f3459c01a52bdd391e712 Mon Sep 17 00:00:00 2001 From: Aleksandr Mashchenko Date: Fri, 4 Mar 2016 20:39:58 +0200 Subject: [PATCH] formatting --- core/src/main/resources/template/simple/checkboxlist.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/template/simple/checkboxlist.ftl b/core/src/main/resources/template/simple/checkboxlist.ftl index aac9ca11d..c90e024b5 100644 --- a/core/src/main/resources/template/simple/checkboxlist.ftl +++ b/core/src/main/resources/template/simple/checkboxlist.ftl @@ -27,9 +27,9 @@ <#if parameters.listKey??> <#assign itemKey = stack.findValue(parameters.listKey)/> <#assign itemKeyStr = stack.findString(parameters.listKey)/> - <#else> - <#assign itemKey = stack.findValue('top')/> - <#assign itemKeyStr = stack.findString('top')> + <#else> + <#assign itemKey = stack.findValue('top')/> + <#assign itemKeyStr = stack.findString('top')> <#if parameters.listLabelKey??> <#-- checks the valueStack for the 'valueKey.' The valueKey is then looked-up in the locale