From 5df3fc250a472d84586a5771a5691f5e4c6efdbd Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 6 Mar 2020 22:09:10 +0100 Subject: Fixe icon in the feed_list template. --- newspipe/web/templates/feed_list.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/newspipe/web/templates/feed_list.html b/newspipe/web/templates/feed_list.html index 8c258c3c..11bd65a6 100644 --- a/newspipe/web/templates/feed_list.html +++ b/newspipe/web/templates/feed_list.html @@ -17,22 +17,22 @@ {{ loop.index }} {% if feed.enabled %} - + {% else %} - + {% endif %} {% if feed.error_count >= conf.DEFAULT_MAX_ERROR %} - + {% endif %} {% if feed.icon_url %} {% endif %}{{ feed.title }} {{ feed.site_link }} ( {{ unread_article_count.get(feed.id, 0) }} ) {{ article_count.get(feed.id, 0) }} - - - - + + + + {% endfor %} -- cgit