diff -r 77f88379115a -r 995d4c99843d vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
@@ -3,9 +3,9 @@
 <%= h @publication.title %>
 
 <h4>Authors</h4>
-<% @publication.authors.each do |author| %>
-<%= h author.name  %> <br />
-<% end %>
+  <% for author in @publication.authors %>
+      <%= h author.name  %> <br />
+  <% end %>
 <br />
 
 <%- if @publication.bibtex_entry != nil -%>
