From 8e20460fed4f35b624b53f4a1ccb3dd48727d544 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 14 Sep 2014 11:05:57 +0200 Subject: WIP --- store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store.js') diff --git a/store.js b/store.js index f8d46bf..fd08ac0 100644 --- a/store.js +++ b/store.js @@ -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) { -- cgit v1.3.1