# HG changeset patch
# User luisf
# Date 1371479151 -3600
# Node ID 06de38acb6b429e59ce4b99ae0eaebd233a8a29d
# Parent af51e7e3e846f83522d92dd0bc157ecd58ccc31b
escaping the html on two helper functions.
diff -r af51e7e3e846 -r 06de38acb6b4 plugins/redmine_bibliography/app/helpers/publications_helper.rb
--- a/plugins/redmine_bibliography/app/helpers/publications_helper.rb Mon Jun 17 15:22:19 2013 +0100
+++ b/plugins/redmine_bibliography/app/helpers/publications_helper.rb Mon Jun 17 15:25:51 2013 +0100
@@ -93,7 +93,7 @@
s << "
#{authorship.institution}
"
end
- s
+ s.html_safe
end
def render_projects_list(publication, show_delete_icon)
@@ -118,7 +118,7 @@
s << "
"
end
- s
+ s.html_safe
end
def print_ieee_format(publication)