From 6696484bd0082c230f91815229f2382e26a5d235 Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Wed, 4 Mar 2015 17:03:04 +0100 Subject: Escape markdown code in column tooltips. This is needed to avoid issues when the code contains quotes. --- app/Template/app/projects.php | 2 +- app/Template/board/edit.php | 2 +- app/Template/board/swimlane.php | 2 +- app/Template/layout.php | 2 +- app/Template/project/index.php | 2 +- app/Template/project/show.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app') diff --git a/app/Template/app/projects.php b/app/Template/app/projects.php index 92675729..b2744644 100644 --- a/app/Template/app/projects.php +++ b/app/Template/app/projects.php @@ -22,7 +22,7 @@ a($this->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?> - '> + '> diff --git a/app/Template/board/edit.php b/app/Template/board/edit.php index cf0c28e6..a6df1000 100644 --- a/app/Template/board/edit.php +++ b/app/Template/board/edit.php @@ -13,7 +13,7 @@ e($column['title']) ?> - '> + '> diff --git a/app/Template/board/swimlane.php b/app/Template/board/swimlane.php index 4be92e58..744610ab 100644 --- a/app/Template/board/swimlane.php +++ b/app/Template/board/swimlane.php @@ -28,7 +28,7 @@ e($column['title']) ?> - '> + '> diff --git a/app/Template/layout.php b/app/Template/layout.php index a5d34f4d..9290a21e 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -37,7 +37,7 @@