fix: write new line for telegram index

This commit is contained in:
Evgenii Alekseev 2023-10-21 03:56:48 +03:00
parent 45eba6a6e3
commit 5dd4763a80

View File

@ -1,4 +1,5 @@
{#simplified version of full report#} {#simplified version of full report#}
<b>{{ repository }} update</b> <b>{{ repository }} update</b>
{% for package in packages %} {% for package in packages %}
<a href="{{ link_path }}/{{ package.filename }}">{{ package.name }}</a> {{ package.version }}{% endfor %} <a href="{{ link_path }}/{{ package.filename }}">{{ package.name }}</a> {{ package.version }}
{% endfor %}