mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4253 Removes duplicated class and style attribute
This commit is contained in:
@@ -72,17 +72,9 @@
|
||||
</#if>
|
||||
<#if itemCssClass?if_exists != "">
|
||||
class="${itemCssClass?html}"<#rt/>
|
||||
<#else>
|
||||
<#if parameters.cssClass??>
|
||||
class="${parameters.cssClass?html}"<#rt/>
|
||||
</#if>
|
||||
</#if>
|
||||
<#if itemCssStyle?if_exists != "">
|
||||
style="${itemCssStyle?html}"<#rt/>
|
||||
<#else>
|
||||
<#if parameters.cssStyle??>
|
||||
style="${parameters.cssStyle?html}"<#rt/>
|
||||
</#if>
|
||||
</#if>
|
||||
<#if itemTitle?if_exists != "">
|
||||
title="${itemTitle?html}"<#rt/>
|
||||
|
||||
Reference in New Issue
Block a user