Skip to content

Commit

Permalink
Merge pull request #207 from byoungb/patch-1
Browse files Browse the repository at this point in the history
Add line break to package index page
  • Loading branch information
dralley committed Feb 28, 2019
2 parents 3273a59 + 7c36487 commit 10201e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_python/app/tasks/publish.py
Expand Up @@ -22,7 +22,7 @@
</head>
<body>
{% for name, canonical_name in projects %}
<a href="{{ canonical_name }}">{{ name }}</a>
<a href="{{ canonical_name }}">{{ name }}</a><br/>
{% endfor %}
</body>
</html>
Expand Down

0 comments on commit 10201e1

Please sign in to comment.