diff --git a/templates/minis/discord.html b/templates/minis/discord.html
index 23f073b9..7099ee0d 100644
--- a/templates/minis/discord.html
+++ b/templates/minis/discord.html
@@ -13,7 +13,7 @@
{% if record["last_song"] %}
Ultima canzone
{% else %}
@@ -23,9 +23,9 @@
{% endif %}
{% if record["fav_song"] %}
- Canzone preferita
+
{% else %}
diff --git a/templates/topsongs.html b/templates/topsongs.html
index 0cd8165f..ba8aecfe 100644
--- a/templates/topsongs.html
+++ b/templates/topsongs.html
@@ -18,7 +18,7 @@
{% for song in songs %}
- {{ song[0] }} |
+ {{ song[0] }} |
{{ song[1] }} |
{% endfor %}