Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 114.12
edited by Jip-jan Alunkel
on March 13, 14:22
Change comment: Updated class property
To version 114.5
edited by Jip-jan Alunkel
on March 13, 14:17
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -56,7 +56,7 @@
56 56   })
57 57   #foreach($attr in $attrMap.keySet())
58 58   #if($elementDataObj.containsKey("$!attr"))
59 - #set($attrMap["$!attr"] = "$attr = \"")
59 + #set($attrMap["$attr"] = '$attr = "$elementDataObj[$attr]"')
60 60   $attrMap[$attr]<br />
61 61   #end
62 62   #end