mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
Adds <#rt/> directive to remove empty spaces
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1144250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
* under the License.
|
||||
*/
|
||||
-->
|
||||
<#if (parameters.dynamicAttributes?? && parameters.dynamicAttributes?size > 0)><#t/>
|
||||
<#assign aKeys = parameters.dynamicAttributes.keySet()><#t/>
|
||||
<#list aKeys as aKey><#t/>
|
||||
<#if (parameters.dynamicAttributes?? && parameters.dynamicAttributes?size > 0)><#rt/>
|
||||
<#assign aKeys = parameters.dynamicAttributes.keySet()><#rt/>
|
||||
<#list aKeys as aKey><#rt/>
|
||||
${aKey}="${parameters.dynamicAttributes[aKey]?html}"<#rt/>
|
||||
</#list><#t/>
|
||||
</#if><#t/>
|
||||
</#list><#rt/>
|
||||
</#if><#rt/>
|
||||
Reference in New Issue
Block a user