diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8c3743f0..dc48344a 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 diff --git a/partials/shared/contact-item.dust b/partials/shared/contact-item.dust index 8ec01550..2f13996c 100644 --- a/partials/shared/contact-item.dust +++ b/partials/shared/contact-item.dust @@ -54,7 +54,7 @@ {>"ui/icon" icon="email" class="icon--large is-primary" /} - + {email|html}