Skip to content

Commit

Permalink
Escape attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Mar 2, 2024
1 parent 82477e7 commit ca20652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/_settings/campaigntypes/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{% set tableData = tableData|merge([{
id: campaignType.id,
name: campaignType.name|e,
title: campaignType.name,
title: campaignType.name|e,
url: campaignType.cpEditUrl,
handle: campaignType.handle|e,
site: campaignType.site.name|e,
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_settings/mailinglisttypes/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{% set tableData = tableData|merge([{
id: mailingListType.id,
name: mailingListType.name|e,
title: mailingListType.name,
title: mailingListType.name|e,
url: mailingListType.cpEditUrl,
handle: mailingListType.handle|e,
site: mailingListType.site.name|e,
Expand Down

0 comments on commit ca20652

Please sign in to comment.