Changes for page VelocityBoolean

Last modified by Thomas Mortagne on 2022/11/16 09:03

From version 2.1
edited by Thomas Mortagne
on 2022/11/16 09:02
Change comment: There is no comment for this version
To version 3.1
edited by Thomas Mortagne
on 2022/11/16 09:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,6 +2,6 @@
2 2  #set($toto = true)
3 3  $toto
4 4  
5 -#set($titi = 'true' == 'true')
5 +#set($titi = 'true' != 'true')
6 6  $titi
7 7  {{/velocity}}