From 66395d31a463b77826482303179ff2fd8d735687 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 29 Jul 2020 21:04:10 +0200 Subject: [PATCH] adj. frontend uri handling of query/fragment --- Theme/Backend/kanban-dashboard.tpl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php index 2ee3774..ee405e1 100755 --- a/Theme/Backend/kanban-dashboard.tpl.php +++ b/Theme/Backend/kanban-dashboard.tpl.php @@ -7,9 +7,9 @@ echo $this->getData('nav')->render(); ?>
-
-

printHtml($board->getName()); ?>

-
+
+
printHtml($board->getName()); ?>
+
printHtml($board->getDescription()); ?>