diff --git a/pytmbot/templates/docker_templates/d_updates.jinja2 b/pytmbot/templates/docker_templates/d_updates.jinja2
index 691df5c..de3b54e 100644
--- a/pytmbot/templates/docker_templates/d_updates.jinja2
+++ b/pytmbot/templates/docker_templates/d_updates.jinja2
@@ -4,7 +4,7 @@
{% for repo, info in updates.items() %}
🔧 {{ repo }}:
- - 🏷️ Current tag: {{ info.current_tag }} (Created: {{ info.created_at_local | format_timestamp }})
+ 🏷️ Current tag: {{ info.current_tag }} (Created: {{ info.created_at_local | format_timestamp }})
🔽 Available updates:
{% for update in info.updates %}
@@ -14,6 +14,6 @@
{% if no_updates %}
🚫 No Updates Found 🚫
{% for repo in no_updates %}
- - 🐳 {{ repo }}
+ 🐳 {{ repo }}
{% endfor %}
{% endif %}
\ No newline at end of file