From 015bb6dd9802a6ff402ac9301e250c2aa95ae5d7 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Tue, 6 Nov 2018 17:44:11 +0000 Subject: [PATCH] Escape message template title on deletion form --- templates/CRM/Admin/Form/MessageTemplates.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/MessageTemplates.tpl b/templates/CRM/Admin/Form/MessageTemplates.tpl index 9f45dd437f..37791e877c 100644 --- a/templates/CRM/Admin/Form/MessageTemplates.tpl +++ b/templates/CRM/Admin/Form/MessageTemplates.tpl @@ -39,7 +39,7 @@ {if $action eq 8}
- {ts 1=$msg_title}Do you want to delete the message template '%1'?{/ts} + {ts 1=$msg_title|escape}Do you want to delete the message template '%1'?{/ts}
{else}
{include file="CRM/common/formButtons.tpl" location="top"}
-- 2.25.1