From: Bradley Taylor Date: Thu, 14 Apr 2022 21:03:01 +0000 (+0100) Subject: Don't overescape links in pledge tab X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e04550f95cdd74dcf91926667bff2ce451a3e3a2;p=civicrm-core.git Don't overescape links in pledge tab --- 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}