Skip to content

Commit 184c888

Browse files
authored
Make <br> self-closing for /simple (#3294)
1 parent e936501 commit 184c888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/legacy/api/simple/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<body>
2020
<h1>Links for {{ project.name }}</h1>
2121
{% for file in files -%}
22-
<a href="{{ request.route_url('packaging.file', path=file.path) }}#sha256={{ file.sha256_digest }}"{% if file.release.requires_python %} data-requires-python="{{ file.release.requires_python }}"{% endif %}>{{ file.filename }}</a><br>
22+
<a href="{{ request.route_url('packaging.file', path=file.path) }}#sha256={{ file.sha256_digest }}"{% if file.release.requires_python %} data-requires-python="{{ file.release.requires_python }}"{% endif %}>{{ file.filename }}</a><br/>
2323
{% endfor -%}
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)