summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Template/task_details.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_details.php b/app/Template/task_details.php
index a4fdf6ce..bbd2d648 100644
--- a/app/Template/task_details.php
+++ b/app/Template/task_details.php
@@ -1,5 +1,5 @@
<div class="task-<?= $task['color_id'] ?> task-show-details">
- <h2><?= Helper\escape($task['title']) ?></h2>
+ <h2><?= Helper\escape('#'.$task['id'].' '.$task['title']) ?></h2>
<?php if ($task['score']): ?>
<span class="task-score"><?= Helper\escape($task['score']) ?></span>
<?php endif ?>