From 9d24bd72ca15d5dd139b20083b14f9467c76fa2b Mon Sep 17 00:00:00 2001 From: Alan Barrett Date: Fri, 5 Jun 2015 15:08:25 +0100 Subject: [PATCH] \r\n should be
etc. --- ui/templating/templates/index.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/templating/templates/index.tpl b/ui/templating/templates/index.tpl index 5a89be8a4..08cd02b1e 100644 --- a/ui/templating/templates/index.tpl +++ b/ui/templating/templates/index.tpl @@ -158,7 +158,7 @@
{/if}

- {$task_title|escape:'html':'UTF-8'} + {TemplateHelper::uiCleanseNewlineAndTabs($task_title)|escape:'html':'UTF-8'}

{Localisation::getTranslation('common_type')}: {$taskTypeTexts[$type_id]} @@ -184,7 +184,7 @@

-

{$projectAndOrgs[$task_id]}

+

{TemplateHelper::uiCleanseNewlineAndTabs($projectAndOrgs[$task_id])}


{if $taskImages[$task_id]}