From 45b3e3907da95d4cbcddd408fc3406531c1ed9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Thu, 20 Jun 2024 09:47:07 +0300 Subject: [PATCH] TMS-1055: Fix mailto-links escaping-filter --- CHANGELOG.MD | 2 ++ partials/shared/contact-item.dust | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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}