Changes for page test

Modificado por Jip-jan Alunkel em março 13, 19:02

From version 114.17
edited by Jip-jan Alunkel
on março 13, 14:26
Change comment: Updated class property
To version 114.19
edited by Jip-jan Alunkel
on março 13, 15:25
Change comment: Updated class property

Summary

Details

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