Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E93F10DC0 for ; Sat, 22 Mar 2014 08:09:17 +0000 (UTC) Received: (qmail 45213 invoked by uid 500); 22 Mar 2014 08:09:16 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 45173 invoked by uid 500); 22 Mar 2014 08:09:15 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 44316 invoked by uid 99); 22 Mar 2014 08:09:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Mar 2014 08:09:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E5FB8948A0B; Sat, 22 Mar 2014 08:08:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Sat, 22 Mar 2014 08:08:57 -0000 Message-Id: <5c48a90e578040ebbb2dc4b972c48987@git.apache.org> In-Reply-To: <83469a4e7cd7471d8a6e1064f842af7c@git.apache.org> References: <83469a4e7cd7471d8a6e1064f842af7c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: WW-4253 Removes duplicated class and style attribute WW-4253 Removes duplicated class and style attribute Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/b775b74a Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/b775b74a Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/b775b74a Branch: refs/heads/develop Commit: b775b74afdf2093d746c6c108d3f580e6d08599a Parents: e99e4b2 Author: Lukasz Lenart Authored: Fri Mar 21 21:58:21 2014 +0100 Committer: Lukasz Lenart Committed: Fri Mar 21 21:58:21 2014 +0100 ---------------------------------------------------------------------- core/src/main/resources/template/simple/radiomap.ftl | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/b775b74a/core/src/main/resources/template/simple/radiomap.ftl ---------------------------------------------------------------------- diff --git a/core/src/main/resources/template/simple/radiomap.ftl b/core/src/main/resources/template/simple/radiomap.ftl index ab6d42c..34cf1b1 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/>