From 3c95950f7ffa8867669db05e625a630bb8fb375a Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Tue, 12 Apr 2022 07:41:42 +0100 Subject: [PATCH] Add smarty:nodefaults to ManageEvent page. This ensures that the links render correctly in escape-on-output mode. --- templates/CRM/Event/Page/ManageEvent.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Event/Page/ManageEvent.tpl b/templates/CRM/Event/Page/ManageEvent.tpl index f0dbdea85c..0adfb8893e 100644 --- a/templates/CRM/Event/Page/ManageEvent.tpl +++ b/templates/CRM/Event/Page/ManageEvent.tpl @@ -119,10 +119,10 @@
- {$row.action|replace:'xx':$row.id} + {$row.action|smarty:nodefaults|replace:'xx':$row.id}
{$row.start_date|crmDate} -- 2.25.1