# HG changeset patch # User luisf # Date 1371656398 -3600 # Node ID e1899e896dbc9002e0b9b623e80441202f788af4 # Parent 596e34bffcc7698e7c9fdee0fc72b95389b7c827 correctly renders publications' bibtex information diff -r 596e34bffcc7 -r e1899e896dbc plugins/redmine_bibliography/app/views/publications/show.html.erb --- a/plugins/redmine_bibliography/app/views/publications/show.html.erb Wed Jun 19 16:18:23 2013 +0100 +++ b/plugins/redmine_bibliography/app/views/publications/show.html.erb Wed Jun 19 16:39:58 2013 +0100 @@ -27,7 +27,7 @@ <%- 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? -%>