From 928d27d2ad735d9c6c7ec4954a5a462181f482dd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 7 Aug 2016 09:02:26 -0400 Subject: Reduce number of font size --- app/Template/event/task_open.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/event/task_open.php') diff --git a/app/Template/event/task_open.php b/app/Template/event/task_open.php index 548aa98f..6d5252a1 100644 --- a/app/Template/event/task_open.php +++ b/app/Template/event/task_open.php @@ -3,7 +3,7 @@ $this->text->e($author), $this->url->link(t('#%d', $task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ) ?> - dt->datetime($date_creation) ?> + dt->datetime($date_creation) ?>

text->e($task['title']) ?>

-- cgit v1.2.3