Skip to content

Commit

Permalink
Merge pull request #8 from jwade1327/preference-center
Browse files Browse the repository at this point in the history
Update preference center email address with url_encode
  • Loading branch information
jwade1327 authored Dec 8, 2022
2 parents 9a7f82e + 76b902b commit e0a7221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/components/blocks/footer.marko
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ const footerWidth = defaultValue(get(newsletterConfig, "logo.footerWidth"), 13

$ const preferenceCenterUrl = buildLinkUrl(
get(newsletterConfig, "preferenceCenter"),
{ email: '{{${email_address}}}' }
{ email: '{{${email_address} | url_encode }}' }
);

$ const standardStyle = {
Expand Down

0 comments on commit e0a7221

Please sign in to comment.