diff --git a/Interfaces/OMS/Importer.php b/Interfaces/OMS/Importer.php
index 3b4bcb5..80837f3 100755
--- a/Interfaces/OMS/Importer.php
+++ b/Interfaces/OMS/Importer.php
@@ -199,7 +199,11 @@ final class Importer extends ImporterAbstract
foreach ($keys as $key => $values) {
\fwrite($fp,
- " '" . $key . "'" . \str_repeat(' ', $keyLengths[$module][$theme][$file] - \strlen($key)) . " => '" . \str_replace(['\'', '\\'], ['\\\'', '\\\\'], $values[$language] ?? '') . "',\n"
+ " '" . $key . "'"
+ . \str_repeat(' ', $keyLengths[$module][$theme][$file] - \strlen($key))
+ . " => '"
+ . \str_replace(['\'', '\\'], ['\\\'', '\\\\'], $values[$language] ?? '')
+ . "',\n"
);
}
diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php
index 0098fea..738e129 100755
--- a/Theme/Backend/exchange-export-list.tpl.php
+++ b/Theme/Backend/exchange-export-list.tpl.php
@@ -21,10 +21,21 @@ echo $this->getData('nav')->render();
= $this->getHtml('Exports'); ?>
-