1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Remove parentheses around feed error messages

This commit is contained in:
Frédéric Guillot 2018-02-23 19:58:08 -08:00
parent a9f0fdaf22
commit 3030145b30
2 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@
{{ if ne .ParsingErrorCount 0 }}
<div class="parsing-error">
<strong title="{{ .ParsingErrorMsg }}" class="parsing-error-count">{{ plural "plural.feed.error_count" .ParsingErrorCount .ParsingErrorCount }}</strong>
<small class="parsing-error-message">({{ .ParsingErrorMsg }})</small>
- <small class="parsing-error-message">{{ .ParsingErrorMsg }}</small>
</div>
{{ end }}
</article>