aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-04-02 21:17:01 -0700
committerGravatar fguillot <fred@miniflux.net>2019-04-02 21:33:11 -0700
commit8ee1a09dc71ad779e36175b38450576ae510daf8 (patch)
tree808359d4eba2ad8990aaa1ae0d6dfefc6dfed2bf /template/html
parentf593dc8463b5b13da4f87c57bc3c131fb1003024 (diff)
Always display feed entries even when there is a feed error
Diffstat (limited to 'template/html')
-rw-r--r--template/html/feed_entries.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/html/feed_entries.html b/template/html/feed_entries.html
index 38374f2..a7daa8a 100644
--- a/template/html/feed_entries.html
+++ b/template/html/feed_entries.html
@@ -43,7 +43,9 @@
<h3>{{ t "alert.feed_error" }}</h3>
<p>{{ t .feed.ParsingErrorMsg }}</p>
</div>
-{{ else if not .entries }}
+{{ end }}
+
+{{ if not .entries }}
{{ if .showOnlyUnreadEntries }}
<p class="alert">{{ t "alert.no_unread_entry" }}</p>
{{ else }}