diff options
author | Frédéric Guillot <fred@miniflux.net> | 2018-01-04 18:32:36 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-01-04 18:41:23 -0800 |
commit | 7d278d49f1da6b8dc8b31faf46d4127db5f7f711 (patch) | |
tree | d471c1e2ef42d40f8124a314e08e7e95eb0ea77f /template/html/feed_entries.html | |
parent | c57cafbef28a8a12cae02674b3c36979acb0e576 (diff) |
Add content length check when refreshing feeds
Diffstat (limited to 'template/html/feed_entries.html')
-rw-r--r-- | template/html/feed_entries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/feed_entries.html b/template/html/feed_entries.html index 4317f88..1568f40 100644 --- a/template/html/feed_entries.html +++ b/template/html/feed_entries.html @@ -21,7 +21,7 @@ {{ if ne .feed.ParsingErrorCount 0 }} <div class="alert alert-error"> <h3>{{ t "There is a problem with this feed" }}</h3> - {{ .feed.ParsingErrorMsg }} + <p>{{ t .feed.ParsingErrorMsg }}</p> </div> {{ else if not .entries }} <p class="alert">{{ t "There is no article for this feed." }}</p> |