From 8f3e2b2e5c62a6130f6c8867ab335fb4c1a32c5c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 20:10:34 -0500 Subject: Helper refactoring --- app/Template/board/table_column.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Template/board/table_column.php') diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php index 58dcaf32..48538c88 100644 --- a/app/Template/board/table_column.php +++ b/app/Template/board/table_column.php @@ -26,10 +26,10 @@ - e($column['title']) ?> + text->e($column['title']) ?> - e($column['title']) ?> + text->e($column['title']) ?>
  • @@ -47,7 +47,7 @@ - '> + '>   @@ -60,7 +60,7 @@ - (/e($column['task_limit']) ?>) + (/text->e($column['task_limit']) ?>) -- cgit v1.2.3