Skip to content

Commit da3b480

Browse files
authored
fix: restore surrounding whitespace (#18369)
1 parent 4928a6e commit da3b480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
{% set devPyPI = true %}
111111
{% endif %}
112112
{# djlint:off #}
113-
<title>{% block title_base %}{% block title %}{% endblock title %}{% if self.title() %}·{% endif %}{{ request.registry.settings['site.name'] }}{% endblock title_base %}</title>
113+
<title>{% block title_base %}{% block title %}{% endblock title %}{% if self.title() %} · {% endif %}{{ request.registry.settings['site.name'] }}{% endblock title_base %}</title>
114114
{# djlint:on #}
115115
<meta name="description"
116116
content="{% block description %}{% trans %}The Python Package Index (PyPI) is a repository of software for the Python programming language.{% endtrans %}{% endblock %}">

0 commit comments

Comments
 (0)