mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-1762:
Applied Erik Berg's patch to beautify anchor tag output git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<a
|
||||
<#if parameters.id?if_exists != "">id="${parameters.id?html}"</#if>
|
||||
<#if parameters.href?if_exists != "">href="${parameters.href}"</#if>
|
||||
|
||||
<a<#rt/>
|
||||
<#if parameters.id?if_exists != "">
|
||||
id="${parameters.id?html}"<#rt/>
|
||||
</#if>
|
||||
<#if parameters.href?if_exists != "">
|
||||
href="${parameters.href}"<#rt/>
|
||||
</#if>
|
||||
<#if parameters.tabindex?exists>
|
||||
tabindex="${parameters.tabindex?html}"<#rt/>
|
||||
</#if>
|
||||
|
||||
Reference in New Issue
Block a user