diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 6300f8c..1254886 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -233,7 +233,7 @@ module ApplicationHelper { :value => url_for(:controller => 'projects', :action => 'show', :id => p, :jump => current_menu_item) } end s << '' - s + s.html_safe end end