From 43c23df55881f0d23572e023389e7f13910e369b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 May 2023 01:13:22 +0000 Subject: [PATCH] style fixes, bug fixes --- Theme/Backend/attribute-type-list.tpl.php | 2 +- Theme/Backend/attribute-type.tpl.php | 2 +- Theme/Backend/vehicle-list.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/attribute-type-list.tpl.php b/Theme/Backend/attribute-type-list.tpl.php index e98dac5..09bdaee 100755 --- a/Theme/Backend/attribute-type-list.tpl.php +++ b/Theme/Backend/attribute-type-list.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('AttributeTypes', 'Attribute', 'Backend'); ?>
+
getHtml('AttributeTypes', 'Attribute', 'Backend'); ?>
diff --git a/Theme/Backend/attribute-type.tpl.php b/Theme/Backend/attribute-type.tpl.php index c8306c7..378a585 100755 --- a/Theme/Backend/attribute-type.tpl.php +++ b/Theme/Backend/attribute-type.tpl.php @@ -73,7 +73,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Language', '0', '0'); ?>
+
getHtml('Language', '0', '0'); ?>
diff --git a/Theme/Backend/vehicle-list.tpl.php b/Theme/Backend/vehicle-list.tpl.php index d8cb0b5..0eafa88 100755 --- a/Theme/Backend/vehicle-list.tpl.php +++ b/Theme/Backend/vehicle-list.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Vehicles'); ?>
+
getHtml('Vehicles'); ?>