Skip to content

Commit 956b3de

Browse files
authored
Remove superflous whitespaces in layout.html. (GH-107067)
1 parent d1b839b commit 956b3de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/tools/templates/layout.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
{%- if outdated %}
55
<div id="outdated-warning" style="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E;">
66
{% trans %}This document is for an old version of Python that is no longer supported.
7-
You should upgrade, and read the {% endtrans %}
8-
<a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release{% endtrans %}</a>.
7+
You should upgrade, and read the{% endtrans %}
8+
<a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %}Python documentation for the current stable release{% endtrans %}</a>.
99
</div>
1010
{%- endif %}
1111

1212
{%- if is_deployment_preview %}
1313
<div id="deployment-preview-warning" style="padding: .5em; text-align: center; background-color: #fff2ba; color: #6a580e;">
1414
{% trans %}This is a deploy preview created from a <a href="{{ repository_url }}/pull/{{ pr_id }}">pull request</a>.
15-
For authoritative documentation, see {% endtrans %}
16-
<a href="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %} the current stable release{% endtrans %}</a>.
15+
For authoritative documentation, see{% endtrans %}
16+
<a href="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %}the current stable release{% endtrans %}</a>.
1717
</div>
1818
{%- endif %}
1919
{% endblock %}

0 commit comments

Comments
 (0)