changeset 1151:a3cb7444c9bd redmine-2.2-integration

html output in parent project link
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 15 Jan 2013 12:26:20 +0000
parents 367c016157da
children 5d01a630b843
files app/helpers/application_helper.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/helpers/application_helper.rb	Tue Jan 15 10:41:33 2013 +0000
+++ b/app/helpers/application_helper.rb	Tue Jan 15 12:26:20 2013 +0000
@@ -498,7 +498,7 @@
 
       pname << h(@project)
 
-      a = [pname, b]
+      a = [pname, b.html_safe]
 
     end
   end