changeset 1323:e1899e896dbc redmine-2.2-integration

correctly renders publications' bibtex information
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 19 Jun 2013 16:39:58 +0100
parents 596e34bffcc7
children 2e54ae6ab02f
files plugins/redmine_bibliography/app/views/publications/show.html.erb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 </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? -%>