# HG changeset patch # User luisf # Date 1379703246 -3600 # Node ID bfef1bf3bedde3cc4ec3560f3ad7bd37dc4ab3fc # Parent b51b5ae3734cb1ec421aa22123c565719a32a2f2 Correctly renders the title of an the activities#index view. Fixes Issue #750. diff -r b51b5ae3734c -r bfef1bf3bedd plugins/redmine_bibliography/app/views/activities/index.html.erb --- a/plugins/redmine_bibliography/app/views/activities/index.html.erb Fri Sep 20 19:04:25 2013 +0100 +++ b/plugins/redmine_bibliography/app/views/activities/index.html.erb Fri Sep 20 19:54:06 2013 +0100 @@ -6,7 +6,7 @@ l(:label_institution_activity, h(@institution_name)) end else - l(:label_user_activity, link_to_user(@author)) + l(:label_user_activity, link_to_user(@author)).html_safe end %>

<%= l(:label_date_from_to, :start => format_date(@date_to - @days), :end => format_date(@date_to-1)) %>