diff --git a/app/bundles/EmailBundle/Views/Email/form.html.php b/app/bundles/EmailBundle/Views/Email/form.html.php
index 0d05e71dd4e..6d999d32489 100644
--- a/app/bundles/EmailBundle/Views/Email/form.html.php
+++ b/app/bundles/EmailBundle/Views/Email/form.html.php
@@ -267,7 +267,7 @@
if ('lists' == $dataKey && (isset($currentListId) && (int) $value === (int) $currentListId)) {
continue;
}
- echo "\n";
+ echo "\n";
endif;
endforeach;
endif;