aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/edit_feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/edit_feed.html')
-rw-r--r--template/html/edit_feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/edit_feed.html b/template/html/edit_feed.html
index ebc9a02..888a2c0 100644
--- a/template/html/edit_feed.html
+++ b/template/html/edit_feed.html
@@ -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 }}