fix: write new line for telegram index

This commit is contained in:
Evgenii Alekseev 2023-10-21 03:56:48 +03:00
parent f8cbd07259
commit 4c20897e14

View File

@ -1,4 +1,5 @@
{#simplified version of full report#}
<b>{{ repository }} update</b>
{% 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 %}