Visual editor - beautify source
[fnpeditor.git] / modules / visualEditor.transformations.js
index 555c03c..d45109f 100644 (file)
@@ -93,8 +93,8 @@ if(typeof module !== 'undefined' && module.exports) {
             
             toret.find('metadata').replaceWith(meta);
             
-            return toret.html();
             
+            return vkbeautify.xml(toret.html());
         }
     }