1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-27 17:28:38 +00:00

Add content length check when refreshing feeds

This commit is contained in:
Frédéric Guillot 2018-01-04 18:32:36 -08:00
parent c57cafbef2
commit 7d278d49f1
8 changed files with 43 additions and 23 deletions

View file

@ -25,7 +25,7 @@
{{ if ne .feed.ParsingErrorCount 0 }}
<div class="alert alert-error">
<h3>{{ t "Last Parsing Error" }}</h3>
{{ .feed.ParsingErrorMsg }}
<p>{{ t .feed.ParsingErrorMsg }}</p>
</div>
{{ end }}