Skip to content

Commit 42da6a4

Browse files
authored
Use secure protocol in xmlns
1 parent f371639 commit 42da6a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<div class="content">
7777
<div class="article-container">
7878
<a href="#" class="back-to-top muted-link">
79-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
79+
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 24 24">
8080
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
8181
</svg>
8282
<span>{% trans %}Back to top{% endtrans %}</span>
@@ -245,4 +245,4 @@
245245
</aside>
246246
</div>
247247
</div>
248-
{%- endblock %}
248+
{%- endblock %}

0 commit comments

Comments
 (0)