Modifications pour le document test
Modifié par Jip-jan Alunkel le mars 13, 19:02
Depuis la version 114.20
modifié par Jip-jan Alunkel
sur mars 13, 15:27
sur mars 13, 15:27
Commentaire de modification :
Updated class property
À la version 114.24
modifié par Jip-jan Alunkel
sur mars 13, 15:33
sur mars 13, 15:33
Commentaire de modification :
Updated class property
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -57,8 +57,8 @@ 57 57 #foreach($attr in $attrMap.keySet()) 58 58 #if($elementDataObj.containsKey("$!attr")) 59 59 #set($elemAttrVal = $elementDataObj["$attr"]) 60 - #set($attrMap["$!attr"] = "$attr = \"$elemAttrVal\"")61 - $attrMap[$attr]<br /> 60 + #set($attrMap["$!attr"] = "$attr = '$elemAttrVal'") 61 + $attrMap[$attr].replace("'","\"")<br /> 62 62 #end 63 63 #end 64 64 ##$attrMap