diff --git a/doc/_templates/breadcrumbs.html b/doc/_templates/breadcrumbs.html
index 0ce26f7d..8a4aa54a 100644
--- a/doc/_templates/breadcrumbs.html
+++ b/doc/_templates/breadcrumbs.html
@@ -5,7 +5,7 @@
{% if pagename != "search" %}
{% if display_github %}
{% if github_version == "master" %}
- {{ _('Edit on GitHub') }}
+ {{ _('Edit on GitHub') }}
{% endif %}
{% elif show_source and has_source and sourcename %}
{{ _('View page source') }}