aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-01-05 14:44:49 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-01-05 14:44:49 +0100
commit75f16880ec05694d33df7a0c44a7c8b355f03f11 (patch)
tree88d66d012696a720e98571abe77a59c4efdaf39b
parentUpdated translations. (diff)
downloadnewspipe-75f16880ec05694d33df7a0c44a7c8b355f03f11.tar.gz
newspipe-75f16880ec05694d33df7a0c44a7c8b355f03f11.tar.bz2
newspipe-75f16880ec05694d33df7a0c44a7c8b355f03f11.zip
Minor edit to the /feed page (template).
-rw-r--r--src/web/templates/feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/feed.html b/src/web/templates/feed.html
index c421a411..6705015a 100644
--- a/src/web/templates/feed.html
+++ b/src/web/templates/feed.html
@@ -34,7 +34,7 @@
{% if feed.articles.all()|count != 0 %}
{{ _('The last article was posted') }} {{ elapsed.days }} {{ _('day(s) ago.') }}<br />
- {{ _('Daily average') }}: {{ average }}, {{ _('between the') }} {{ first_post_date | datetime }} {{ _('and the') }} {{ end_post_date | datetime }}.
+ {{ _('Daily average') }}: {{ average }}, {{ _('between the') }} <i>{{ first_post_date | datetime }}</i> {{ _('and the') }} <i>{{ end_post_date | datetime }}</i>.
{% endif %}
</p>
</div>
bgstack15