From 21ce158c6b220ed33c203b26336736dca9ff3cf6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 20 Oct 2023 16:53:42 +0000 Subject: [PATCH] fix bugs --- Theme/Backend/task-dashboard.tpl.php | 8 ++++---- Theme/Backend/task-single.tpl.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/task-dashboard.tpl.php b/Theme/Backend/task-dashboard.tpl.php index 4d9fe96..5f8cfbf 100755 --- a/Theme/Backend/task-dashboard.tpl.php +++ b/Theme/Backend/task-dashboard.tpl.php @@ -82,7 +82,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + icon) ? '' : ''; ?> printHtml($tag->getL11n()); ?> @@ -156,7 +156,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + icon) ? '' : ''; ?> printHtml($tag->getL11n()); ?> @@ -235,7 +235,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + icon) ? '' : ''; ?> printHtml($tag->getL11n()); ?> @@ -320,7 +320,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + icon) ? '' : ''; ?> printHtml($tag->getL11n()); ?> diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php index a2af1d4..ef6854e 100755 --- a/Theme/Backend/task-single.tpl.php +++ b/Theme/Backend/task-single.tpl.php @@ -88,7 +88,7 @@ echo $this->data['nav']->render(); ?> $tags = $task->getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?>