Changes for page test

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

From version 114.36
edited by Jip-jan Alunkel
on March 13, 16:07
Change comment: Updated class property
To version 114.35
edited by Jip-jan Alunkel
on March 13, 16:03
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -74,7 +74,7 @@
74 74   #end
75 75   #else
76 76   #set($elemAttrVal = $elementDataObj["$attr"])
77 - #set($attrMap["$!attr"] = "${attr}='${elemAttrVal}'")
77 + #set($attrMap["$!attr"] = "$attr = '$elemAttrVal'")
78 78   #end
79 79   $attrMap[$attr].replace("'",'"')<br />
80 80   #end