Skip to content

Commit

Permalink
TMS-1055: Fix mailto-links escaping-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jun 20, 2024
1 parent 2037e9b commit 45b3e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1055: Fix mailto-links escaping-filter

## [1.56.0] - 2024-06-12

- TMS-1050: Add if-statements into accordion script to prevent breaking other elements functionality
Expand Down
2 changes: 1 addition & 1 deletion partials/shared/contact-item.dust
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{>"ui/icon" icon="email" class="icon--large is-primary" /}
</div>

<a href="mailto:{email|url}" class="has-text-paragraph hyphenate">
<a href="mailto:{email|attr}" class="has-text-paragraph hyphenate">
{email|html}
</a>
</div>
Expand Down

0 comments on commit 45b3e39

Please sign in to comment.