diff --git a/inc/class.tweakstores.php b/inc/class.tweakstores.php index cceafc7..f716d74 100644 --- a/inc/class.tweakstores.php +++ b/inc/class.tweakstores.php @@ -196,7 +196,7 @@ class tweakStores return false; } try { - files::putContent($module['root'] . '/dcstore.xml', $content); + files::putContent($module['root'] . '/dcstore.xml', str_replace('><', ">\n<", $content)); } catch(Exception $e) { self::$failed[] = $e->getMessage(); return false;