commit d9ec4f7817c1ced40b1f1b0c7b5912c5671e5e93
parent 4fc5e5d29752aaf6b61929d4dfa834659e5e98eb
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 20 Feb 2018 19:04:28 +0100
fix less wordy result
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/page.html b/templates/page.html
@@ -98,11 +98,11 @@ result{% if displayed != 1 %}s{% endif %}
{{ page * pagesize + 1 }} to {{ (page+1) * pagesize }} #}
{% if displayed < count %}
{% if lang == 'fr' %}
-sur ≈{{ count }}
+sur
{% else %}
-of ≈{{ count }}
+of
{% endif %}
-{{ count }}
+≈{{ count }}
{% endif %}
{% if lang == 'fr' %}
pour :