diff --git a/docs/source/_templates/breadcrumbs.html b/docs/source/_templates/breadcrumbs.html
index b81f3ef6..6331f505 100755
--- a/docs/source/_templates/breadcrumbs.html
+++ b/docs/source/_templates/breadcrumbs.html
@@ -49,21 +49,21 @@
{{ _('Edit on GitHub') }}
{% else %}
- {{ _('Edit on GitHub') }}
+ {{ _('Edit on GitHub') }}
{% endif %}
{% elif display_bitbucket %}
{% if check_meta and 'bitbucket_url' in meta %}
{{ _('Edit on Bitbucket') }}
{% else %}
- {{ _('Edit on Bitbucket') }}
+ {{ _('Edit on Bitbucket') }}
{% endif %}
{% elif display_gitlab %}
{% if check_meta and 'gitlab_url' in meta %}
{{ _('Edit on GitLab') }}
{% else %}
- {{ _('Edit on GitLab') }}
+ {{ _('Edit on GitLab') }}
{% endif %}
{% elif show_source and source_url_prefix %}
{{ _('View page source') }}