diff --git a/frontend/templates/work.html b/frontend/templates/work.html
index 1dbfec09..fafd7a42 100644
--- a/frontend/templates/work.html
+++ b/frontend/templates/work.html
@@ -88,7 +88,7 @@
{{ work.authors.0.name }}{% ifequal work.authors.count 2 %}
- and {{ work.authors.1.name }}
+ and {{ work.authors.1.name }}
{% endifequal %}{% if work.authors.count > 2 %}{% for author in work.authors %}{% if not forloop.first %}, {{ author.name }}{% endif %}{% endfor %}
{% endif %}