diff --git a/import-product.php b/import-product.php
index 6b386a1e..5c0878b8 100644
--- a/import-product.php
+++ b/import-product.php
@@ -486,6 +486,6 @@ foreach ($productsBySymbol as $symbol => $products) {
}
// reload page after 1s if product or combination was added
if ($productAdded || $combinationAdded) {
- echo "";
+ echo "";
}
?>