-
+ = htmlspecialchars($card->getName(), ENT_COMPAT, 'utf-8'); ?>
- = $card->getDescription(); ?>
+ = htmlspecialchars($card->getDescription(), ENT_COMPAT, 'utf-8'); ?>
@@ -19,7 +19,7 @@ $comments = $card->getComments();
- = $comment->getDescription(); ?>
+ = htmlspecialchars($comment->getDescription(), ENT_COMPAT, 'utf-8'); ?>
diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php
index 2b9accf..fcd4d97 100644
--- a/Theme/Backend/kanban-dashboard.tpl.php
+++ b/Theme/Backend/kanban-dashboard.tpl.php
@@ -6,11 +6,11 @@ echo $this->getData('nav')->render(); ?>