diff --git a/catalog/templates/edition.html b/catalog/templates/edition.html
index 4cad2aa9..e1455579 100644
--- a/catalog/templates/edition.html
+++ b/catalog/templates/edition.html
@@ -31,8 +31,8 @@
{% endif %}
{% if item.isbn %}{% trans 'ISBN:' %}{{ item.isbn }}{% endif %}
- {% if item.authors %}{% trans '作者:' %}
- {% for author in item.authors %}
+
{% if item.author %}{% trans '作者:' %}
+ {% for author in item.author %}
{{ author }}{% if not forloop.last %} / {% endif %}
{% endfor %}
{% endif %}