diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-12-07 12:41:03 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-12-07 12:41:03 +0100 |
| commit | 04b0e2e521e52aa4d812de2aa098ecc7f7c475f5 (patch) | |
| tree | 326bca40f6010e93ec07d4da973b5eef57fb1071 /store.js | |
| parent | 11dc9878946feb315449cf514805d9915b9d2aba (diff) | |
| parent | 1cf546c9fc8b635cf722830c123b7ef25f97ea93 (diff) | |
| download | snap-04b0e2e521e52aa4d812de2aa098ecc7f7c475f5.tar.gz snap-04b0e2e521e52aa4d812de2aa098ecc7f7c475f5.zip | |
Merge branch 'development' into gh-pages
Diffstat (limited to 'store.js')
| -rw-r--r-- | store.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ XML_Serializer.prototype.serialize = function (object) { this.flushMedia(); xml = this.store(object); this.flush(); - return xml; + return vkbeautify.xml(xml); }; XML_Serializer.prototype.store = function (object, mediaID) { @@ -135,7 +135,7 @@ XML_Serializer.prototype.mediaXML = function () { ); xml = xml + str; }); - return xml + '</media>'; + return vkbeautify.xml(xml + '</media>'); }; XML_Serializer.prototype.add = function (object) { |
