changeset 1150:367c016157da redmine-2.2-integration

Applying HTML safe method to filtered projects output.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 15 Jan 2013 10:41:33 +0000
parents 719d597874fc
children a3cb7444c9bd
files plugins/redmine_tags/lib/redmine_tags/patches/projects_helper_patch.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_tags/lib/redmine_tags/patches/projects_helper_patch.rb	Mon Jan 14 17:45:54 2013 +0000
+++ b/plugins/redmine_tags/lib/redmine_tags/patches/projects_helper_patch.rb	Tue Jan 15 10:41:33 2013 +0000
@@ -50,7 +50,7 @@
           end
           @project = original_project
 
-          s
+          s.html_safe
         end
 
         def render_project_in_table_with_filtering(project, oddeven, level, tokens)