kopia lustrzana https://github.com/backface/turtlestitch
make sure to escape optimized list storage
rodzic
cefb945ec1
commit
4db5536eff
|
@ -2155,7 +2155,7 @@ List.prototype.toXML = function (serializer, mediaContext) {
|
||||||
return serializer.format(
|
return serializer.format(
|
||||||
'<list format="csv" ' +
|
'<list format="csv" ' +
|
||||||
(this.isLinked ? 'linked="linked" ' : '') +
|
(this.isLinked ? 'linked="linked" ' : '') +
|
||||||
'~>%</list>',
|
'~>@</list>',
|
||||||
this.asCSV()
|
this.asCSV()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue