File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,8 @@ <h3>{{ _('Navigation') }}</h3>
137
137
{% block footer %}
138
138
< div class ="footer ">
139
139
© {% if theme_copyright_url or hasdoc('copyright') %}
140
- < a href ="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %} ">
141
- {% endif %}
142
- {% trans %}Copyright{% endtrans %}{% if theme_copyright_url or hasdoc('copyright') %}</ a >
140
+ {# Wrapping the below link introduces spurious whitespace #}
141
+ < a href ="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %} "> {% endif %}{% trans %}Copyright{% endtrans %}{% if theme_copyright_url or hasdoc('copyright') %}</ a >
143
142
{% endif %} {{ copyright|e }}.
144
143
< br >
145
144
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
You can’t perform that action at this time.
0 commit comments