From e579f2de083a650f6589c3133b5138f5d1915c7d Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 1 Aug 2024 11:31:26 +0200 Subject: [PATCH] Fix display of "branch icon" in crate page --- templates/crate/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/crate/details.html b/templates/crate/details.html index 34fe8e87d..8bdc9fabc 100644 --- a/templates/crate/details.html +++ b/templates/crate/details.html @@ -69,7 +69,7 @@ {# If the repo link is for github or gitlab, show some stats #} {# TODO: add support for hosts besides github and gitlab (#35) #} {%- if let Some(repository_metadata) = details.repository_metadata -%} - {{ "code-branch"|fab(false, false, "") }} + {{ "code-branch"|fab(false, false, "")|safe }} {% if let Some(name) = repository_metadata.name %} {{name}} {% else %}