summaryrefslogtreecommitdiff
path: root/template/bibliography.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/bibliography.html.j2')
-rw-r--r--template/bibliography.html.j24
1 files changed, 1 insertions, 3 deletions
diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2
index 35ea01aa..c24a370a 100644
--- a/template/bibliography.html.j2
+++ b/template/bibliography.html.j2
@@ -28,9 +28,7 @@
{{_("by")}}
{% if item['authors'] %}
{% for name in item['authors'] %}
- {{ name|e }}
- {% if not loop.last %}
- ,
+ {{ name|e }}{% if not loop.last %},
{% elif loop.revindex0 == 1 %}
{{ _("and") }}
{% endif %}