diff --git a/syntax/dolist.php b/syntax/dolist.php index 26360c1..d5367ca 100644 --- a/syntax/dolist.php +++ b/syntax/dolist.php @@ -162,7 +162,7 @@ public function buildTasklistHTML(array $tasks, $hideUser, $hideCreator) $table .= implode(', ', $row['users']); $table .= ''; $table .= '' . hsc($row['date']) . ''; - $table .= ''; + $table .= ''; // task status icon... $image = ($row['status']) ? 'done.png' : 'undone.png';