Skip to content

Commit e579f2d

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix display of "branch icon" in crate page
1 parent b6a9edc commit e579f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/crate/details.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{# If the repo link is for github or gitlab, show some stats #}
7070
{# TODO: add support for hosts besides github and gitlab (#35) #}
7171
{%- if let Some(repository_metadata) = details.repository_metadata -%}
72-
{{ "code-branch"|fab(false, false, "") }}
72+
{{ "code-branch"|fab(false, false, "")|safe }}
7373
{% if let Some(name) = repository_metadata.name %}
7474
{{name}}
7575
{% else %}

0 commit comments

Comments
 (0)