Skip to content

Commit

Permalink
Merge pull request #23173 from braders/escape-on-output-event-links
Browse files Browse the repository at this point in the history
Add smarty:nodefaults to ManageEvent page.
  • Loading branch information
colemanw authored Apr 12, 2022
2 parents b170d31 + 3c95950 commit fdcb13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/Event/Page/ManageEvent.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
</span>
</div>
<div class="crm-event-links">
{$row.eventlinks|replace:'xx':$row.id}
{$row.eventlinks|smarty:nodefaults|replace:'xx':$row.id}
</div>
<div class="crm-event-more">
{$row.action|replace:'xx':$row.id}
{$row.action|smarty:nodefaults|replace:'xx':$row.id}
</div>
</td>
<td class="crm-event-start_date hiddenElement">{$row.start_date|crmDate}</td>
Expand Down

0 comments on commit fdcb13f

Please sign in to comment.