From 17a369cc6440394e31b85d37145d3f9316f2f370 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/event-list.tpl.php | 2 +- Theme/Backend/promotion-list.tpl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php index 7b355db..ca2377e 100755 --- a/Theme/Backend/event-list.tpl.php +++ b/Theme/Backend/event-list.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Events'); ?>
+
getHtml('Events'); ?>
diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index 07f38bd..7f99387 100755 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Promotions'); ?>
+
getHtml('Promotions'); ?>