changeset 1385:bfef1bf3bedd luisf

Correctly renders the title of an the activities#index view. Fixes Issue #750.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 20 Sep 2013 19:54:06 +0100
parents b51b5ae3734c
children e4c393cebb1a
files plugins/redmine_bibliography/app/views/activities/index.html.erb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
   %></h2>
 <p class="subtitle"><%= l(:label_date_from_to, :start => format_date(@date_to - @days), :end => format_date(@date_to-1)) %></p>