fix(snapshots): do not escape anchor tag in banner text
This commit is contained in:
parent
f5b6843968
commit
fc8183d464
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
</div>
|
</div>
|
||||||
</summary>
|
</summary>
|
||||||
<div class="snap-trust-header__content">
|
<div class="snap-trust-header__content">
|
||||||
{{ gettext('This story is a copy of an article from <a href="{site_url}" class="snap-trust-header__sitelink">{site_title}</a>. It is delivered to you from a trusted archive to assure its availability over time.').format(site_url=site_url, site_title=site_title) }} <p>
|
{{ gettext('This story is a copy of an article from <a href="{site_url}" class="snap-trust-header__sitelink">{site_title}</a>. 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 }} <p>
|
||||||
<a href="{{ article_url }}" class="snap-footer-link">
|
<a href="{{ article_url }}" class="snap-footer-link">
|
||||||
{{ gettext("View the article source") }}
|
{{ gettext("View the article source") }}
|
||||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue