Changes for page test
Last modified by Jip-jan Alunkel on March 13, 19:02
From version 114.8
edited by Jip-jan Alunkel
on March 13, 14:19
on March 13, 14:19
Change comment:
Updated class property
To version 113.64
edited by Jip-jan Alunkel
on March 13, 14:12
on March 13, 14:12
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,6 @@ 1 1 2 2 {{velocity}} 3 -{{html}} 3 +{{html wiki="true"}} 4 4 ## afwijkende attributen 5 5 ## "help-block": '', 6 6 ## "data-decimals": '' ... ... @@ -56,12 +56,10 @@ 56 56 }) 57 57 #foreach($attr in $attrMap.keySet()) 58 58 #if($elementDataObj.containsKey("$!attr")) 59 - $!attr 60 - #set($attrMap["$!attr"] = '${attr} = "$elementDataObj[$attr]"') 61 - $attrMap[$attr]<br /> 59 + $attrMap[$attr] = '$attr = "$elementDataObj[$attr]"' 62 62 #end 63 63 #end 64 - ##$attrMap62 +$attrMap 65 65 66 66 67 67