Rearranged statement whitespace in Velocity macros

This commit is contained in:
Juergen Hoeller
2014-07-29 11:42:29 +02:00
parent d917b8a923
commit 7bc966032b

View File

@@ -317,6 +317,3 @@
#macro( springCloseTag )#if($springXhtmlCompliant)/>#else>#end#end #macro( springCloseTag )#if($springXhtmlCompliant)/>#else>#end#end
#macro( springXmlId $id)#if($id)$id.replaceAll("\[","").replaceAll("\]","")#else$id#end#end #macro( springXmlId $id)#if($id)$id.replaceAll("\[","").replaceAll("\]","")#else$id#end#end