From fc8183d4644a103f56f7c927b99c9d431255ffbe Mon Sep 17 00:00:00 2001 From: irl Date: Thu, 18 Jun 2026 09:50:41 +0100 Subject: [PATCH] fix(snapshots): do not escape anchor tag in banner text --- src/snapshots/templates/article-template.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapshots/templates/article-template.html.j2 b/src/snapshots/templates/article-template.html.j2 index 191f6d5..cedd0eb 100644 --- a/src/snapshots/templates/article-template.html.j2 +++ b/src/snapshots/templates/article-template.html.j2 @@ -88,7 +88,7 @@
- {{ gettext('This story is a copy of an article from {site_title}. It is delivered to you from a trusted archive to assure its availability over time.').format(site_url=site_url, site_title=site_title) }}

+ {{ gettext('This story is a copy of an article from {site_title}. It is delivered to you from a trusted archive to assure its availability over time.').format(site_url=site_url, site_title=site_title) | safe }}

{{ gettext("View the article source") }}