From e04550f95cdd74dcf91926667bff2ce451a3e3a2 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Thu, 14 Apr 2022 22:03:01 +0100 Subject: [PATCH] Don't overescape links in pledge tab --- templates/CRM/Pledge/Page/Tab.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Pledge/Page/Tab.tpl b/templates/CRM/Pledge/Page/Tab.tpl index 98e5a5c622..4b1124c943 100644 --- a/templates/CRM/Pledge/Page/Tab.tpl +++ b/templates/CRM/Pledge/Page/Tab.tpl @@ -17,14 +17,13 @@ {ts 1=$displayName}Pledges received from %1 since inception.{/ts} {if $permission EQ 'edit'} {capture assign=newContribURL}{crmURL p="civicrm/contact/view/pledge" q="reset=1&action=add&cid=`$contactId`&context=pledge"}{/capture} - {capture assign=link}class="action-item" href="{$newContribURL}"{/capture} - {ts 1=$link}Click Add Pledge to record a new pledge received from this contact.{/ts} + {ts 1=$link}Click Add Pledge to record a new pledge received from this contact.{/ts} {/if} {if $action eq 16 and $permission EQ 'edit'} {/if} -- 2.25.1