aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/feed_entries.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/feed_entries.html')
-rw-r--r--template/html/feed_entries.html2
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>