Last modified by Thomas Mortagne on 2017/03/24

<
From version < 48.1 >
edited by Jean-Vincent Drean
on 2009/06/09
To version < 49.1 >
edited by Thomas Mortagne
on 2009/06/09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jvdrean
1 +XWiki.ThomasMortagne
Content
... ... @@ -323,3 +323,10 @@
323 323  {code}
324 324  {{macro param="val~"ue"/}}
325 325  {/code}
326 +
327 +1.1.1 Velocity macro cleaning (Syntax XWiki 2.0)
328 +
329 +Since 1.9 the the velocity content is "cleaned" before being executed to be able to organize the code in a more readable way. Each group of white spaces and new lines is replace with a single space and you can force a new line or a space with respectively $nl ot $sp. See [code:Macros.VelocityMacro].
330 +
331 +You can return to no cleaning by setting <tt>core.velocity.filter=none</tt> in <tt>xwiki.properties</tt> file.
332 +

Get Connected