-
= $this->getHtml('Language', '0', '0'); ?>
+
= $this->getHtml('Language', '0', '0'); ?>
diff --git a/Theme/Backend/client-list.tpl.php b/Theme/Backend/client-list.tpl.php
index 5b2d1d0..a06619b 100755
--- a/Theme/Backend/client-list.tpl.php
+++ b/Theme/Backend/client-list.tpl.php
@@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
- = $this->getHtml('Clients'); ?>
+ = $this->getHtml('Clients'); ?>
diff --git a/Theme/Backend/client-profile-bills.tpl.php b/Theme/Backend/client-profile-bills.tpl.php
index 4f3b982..a1e026d 100755
--- a/Theme/Backend/client-profile-bills.tpl.php
+++ b/Theme/Backend/client-profile-bills.tpl.php
@@ -21,7 +21,7 @@ $bills = $this->getData('newestInvoices') ?? [];
-
= $this->getHtml('Bills'); ?>
+
= $this->getHtml('Bills'); ?>
diff --git a/Theme/Backend/client-profile-items.tpl.php b/Theme/Backend/client-profile-items.tpl.php
index eca7fe2..145168b 100755
--- a/Theme/Backend/client-profile-items.tpl.php
+++ b/Theme/Backend/client-profile-items.tpl.php
@@ -22,7 +22,7 @@ $items = $this->getData('items') ?? [];
- = $this->getHtml('Items'); ?>
+ = $this->getHtml('Items'); ?>