From 34d7450d3c13342715e90ec21bceaa13e1baa876 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 28 Dec 2014 11:28:50 -0500 Subject: Template helpers refactoring --- app/Template/event/task_move_column.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/event/task_move_column.php') diff --git a/app/Template/event/task_move_column.php b/app/Template/event/task_move_column.php index f2aac8f7..9c5f54dd 100644 --- a/app/Template/event/task_move_column.php +++ b/app/Template/event/task_move_column.php @@ -1,6 +1,6 @@

- #%d to the column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task['column_title'])) ?> + #%d to the column "%s"', $this->e($author), $task_id, $task_id, $this->e($task['column_title'])) ?>

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

\ No newline at end of file -- cgit v1.2.3