From 9fa8f63d25a1bd1b2ce17c5dc610680aefa290fe Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 29 Apr 2016 18:43:57 -0400 Subject: Fixed improper Markdown escaping for some tooltips --- app/Template/app/projects.php | 2 +- app/Template/board/table_column.php | 2 +- app/Template/board/task_footer.php | 4 ++-- app/Template/column/index.php | 2 +- app/Template/header.php | 2 +- app/Template/project/index.php | 2 +- app/Template/project/show.php | 2 +- app/Template/swimlane/table.php | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'app/Template') diff --git a/app/Template/app/projects.php b/app/Template/app/projects.php index 4ab8b106..733a108d 100644 --- a/app/Template/app/projects.php +++ b/app/Template/app/projects.php @@ -31,7 +31,7 @@ url->link($this->text->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?> - '> + diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php index 48538c88..24abdf99 100644 --- a/app/Template/board/table_column.php +++ b/app/Template/board/table_column.php @@ -47,7 +47,7 @@ - '> +   diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php index a9d381a3..dd154140 100644 --- a/app/Template/board/task_footer.php +++ b/app/Template/board/task_footer.php @@ -11,7 +11,7 @@ array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover' . (! empty($task['category_description']) ? ' tooltip' : ''), - ! empty($task['category_description']) ? $this->text->markdown($task['category_description']) : t('Change category') + ! empty($task['category_description']) ? $this->text->markdownAttribute($task['category_description']) : t('Change category') ) ?> @@ -76,7 +76,7 @@ - + hook->render('template:board:task:icons', array('task' => $task)) ?> task->formatPriority($project, $task) ?> diff --git a/app/Template/column/index.php b/app/Template/column/index.php index eef176f3..6bc67c5a 100644 --- a/app/Template/column/index.php +++ b/app/Template/column/index.php @@ -28,7 +28,7 @@ text->e($column['title']) ?> - '> + diff --git a/app/Template/header.php b/app/Template/header.php index a8fd47f2..3885e671 100644 --- a/app/Template/header.php +++ b/app/Template/header.php @@ -8,7 +8,7 @@ text->e($title) ?> - + diff --git a/app/Template/project/index.php b/app/Template/project/index.php index 10d4aaa2..0194672a 100644 --- a/app/Template/project/index.php +++ b/app/Template/project/index.php @@ -49,7 +49,7 @@ - '> + diff --git a/app/Template/project/show.php b/app/Template/project/show.php index 42eeec4d..4aba4919 100644 --- a/app/Template/project/show.php +++ b/app/Template/project/show.php @@ -63,7 +63,7 @@ text->e($column['title']) ?> - '> + diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php index 17be6924..ec3cb621 100644 --- a/app/Template/swimlane/table.php +++ b/app/Template/swimlane/table.php @@ -45,7 +45,7 @@ text->e($swimlane['name']) ?> - '> + -- cgit v1.2.3