diff options
Diffstat (limited to 'app/Template/board')
-rw-r--r-- | app/Template/board/tooltip_subtasks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/tooltip_subtasks.php b/app/Template/board/tooltip_subtasks.php index 5c273e08..5e48fcf4 100644 --- a/app/Template/board/tooltip_subtasks.php +++ b/app/Template/board/tooltip_subtasks.php @@ -2,6 +2,6 @@ <?php foreach ($subtasks as $subtask): ?> <?= $this->subtask->toggleStatus($subtask, 'board', $task['project_id']) ?> <?= $this->e(empty($subtask['username']) ? '' : ' ['.$this->user->getFullname($subtask).']') ?> - <br/> + <br> <?php endforeach ?> </section> |