Changes for page Release Notes for XWiki Enterprise 4.1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -126,12 +126,16 @@ 126 126 127 127 For example:((( 128 128 {{code language="none"}} 129 +{{python}} 130 +a = "This" 131 +{{/python}} 132 + 129 129 {{groovy}} 130 - var= "toto"134 +b = "changes"; 131 131 {{/groovy}} 132 132 133 133 {{velocity}} 134 -$ var138 +$a $b everything. 135 135 {{/velocity}} 136 136 {{/code}} 137 137 )))