diff --git a/templates/contributor_details.html b/templates/contributor_details.html
index cdc5076e..eeff8d99 100644
--- a/templates/contributor_details.html
+++ b/templates/contributor_details.html
@@ -15,7 +15,7 @@
{% if contributor.name %}
{{ contributor.name }}
{% endif %}
{{ contributor.login }}
-
+
GitHub
diff --git a/templates/repository_details.html b/templates/repository_details.html
index a5c6e693..9143f8de 100644
--- a/templates/repository_details.html
+++ b/templates/repository_details.html
@@ -20,7 +20,7 @@
{{ repository.project }}
{% endif %}
- GitHub
+ GitHub
{% include 'components/repo_tags_list.html' %}
{% trans "Contributors" %}