diff -r 596e34bffcc7 -r e1899e896dbc plugins/redmine_bibliography/app/views/publications/show.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/show.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/show.html.erb
@@ -27,7 +27,7 @@
 </ul>
 
 <%- if @publication.bibtex_entry != nil -%>
-  <%= show_bibtex_fields(@publication.bibtex_entry) %>
+  <%= show_bibtex_fields(@publication.bibtex_entry).html_safe -%>
 <%- end -%>
 
 <%- unless @publication.external_url.blank? -%>
