From b775b74afdf2093d746c6c108d3f580e6d08599a Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Fri, 21 Mar 2014 21:58:21 +0100 Subject: [PATCH] WW-4253 Removes duplicated class and style attribute --- core/src/main/resources/template/simple/radiomap.ftl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/src/main/resources/template/simple/radiomap.ftl b/core/src/main/resources/template/simple/radiomap.ftl index ab6d42cff..34cf1b143 100644 --- a/core/src/main/resources/template/simple/radiomap.ftl +++ b/core/src/main/resources/template/simple/radiomap.ftl @@ -72,17 +72,9 @@ <#if itemCssClass?if_exists != ""> class="${itemCssClass?html}"<#rt/> -<#else> - <#if parameters.cssClass??> - class="${parameters.cssClass?html}"<#rt/> - <#if itemCssStyle?if_exists != ""> style="${itemCssStyle?html}"<#rt/> -<#else> - <#if parameters.cssStyle??> - style="${parameters.cssStyle?html}"<#rt/> - <#if itemTitle?if_exists != ""> title="${itemTitle?html}"<#rt/>