diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php
index 4d4c728..09f7c36 100755
--- a/Admin/Settings/Theme/Backend/settings.tpl.php
+++ b/Admin/Settings/Theme/Backend/settings.tpl.php
@@ -29,7 +29,6 @@ $l11n = $this->data['default_localization'] ?? new NullLocalization();
echo $this->data['nav']->render();
?>
-
diff --git a/Theme/Backend/Components/AddressEditor/addresses.tpl.php b/Theme/Backend/Components/AddressEditor/addresses.tpl.php
index 322d596..88c45f9 100644
--- a/Theme/Backend/Components/AddressEditor/addresses.tpl.php
+++ b/Theme/Backend/Components/AddressEditor/addresses.tpl.php
@@ -20,7 +20,6 @@ $address = $this->addresses;
$languages = ISO639Enum::getConstants();
$types = AddressType::getConstants();
?>
-
diff --git a/Theme/Backend/Components/ContactEditor/contacts.tpl.php b/Theme/Backend/Components/ContactEditor/contacts.tpl.php
index 46cf55a..2178a77 100644
--- a/Theme/Backend/Components/ContactEditor/contacts.tpl.php
+++ b/Theme/Backend/Components/ContactEditor/contacts.tpl.php
@@ -22,7 +22,6 @@ $languages = ISO639Enum::getConstants();
$types = ContactType::getConstants();
$subtypes = AddressType::getConstants();
?>
-
diff --git a/Theme/Backend/modules-hook-list.tpl.php b/Theme/Backend/modules-hook-list.tpl.php
index a6c35fe..dbcd5aa 100755
--- a/Theme/Backend/modules-hook-list.tpl.php
+++ b/Theme/Backend/modules-hook-list.tpl.php
@@ -20,7 +20,6 @@ $module = $this->getData('module') ?? '';
echo $this->data['nav']->render();
?>
-
diff --git a/Theme/Backend/modules-log.tpl.php b/Theme/Backend/modules-log.tpl.php
index 12f6e01..6aa6008 100755
--- a/Theme/Backend/modules-log.tpl.php
+++ b/Theme/Backend/modules-log.tpl.php
@@ -25,7 +25,6 @@ $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/mo
echo $this->data['nav']->render();
?>
-
diff --git a/Theme/Backend/modules-route-list.tpl.php b/Theme/Backend/modules-route-list.tpl.php
index 07240bd..3df948d 100755
--- a/Theme/Backend/modules-route-list.tpl.php
+++ b/Theme/Backend/modules-route-list.tpl.php
@@ -22,7 +22,6 @@ $module = $this->getData('module') ?? '';
echo $this->data['nav']->render();
?>
-