From ced38bd86a980572809516f03e466e140df8f60f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20Hells=C3=A9n?=
Date: Sun, 11 Dec 2022 20:13:11 +0100
Subject: [PATCH] Use instead of for tooltips
---
discord_rss_bot/templates/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html
index f2fb89f..5754ed3 100644
--- a/discord_rss_bot/templates/index.html
+++ b/discord_rss_bot/templates/index.html
@@ -20,11 +20,11 @@
- {{ feed_count.updates_enabled }} enabled
- {{ entry_count.total }} entries
-
+
({{ entry_count.averages[0]|round(1) }},
{{ entry_count.averages[1]|round(1) }},
{{ entry_count.averages[2]|round(1) }})
-
+
{% for hook_from_context in webhooks %}