# HG changeset patch # User Chris Cannam # Date 1371724326 -3600 # Node ID 441b66f148b62d4c74c80856774a903f4b178b13 # Parent b2ea0641f798e9ac1e30680b17c5f47587cdbfd5 HTML-safe the active colleagues box diff -r b2ea0641f798 -r 441b66f148b6 app/helpers/activities_helper.rb --- a/app/helpers/activities_helper.rb Thu Jun 20 08:47:50 2013 +0100 +++ b/app/helpers/activities_helper.rb Thu Jun 20 11:32:06 2013 +0100 @@ -112,7 +112,7 @@ finish = Time.now logger.info "render_active_colleagues: took #{finish-start}" - s + s.html_safe end end diff -r b2ea0641f798 -r 441b66f148b6 app/views/my/blocks/_colleagues.html.erb --- a/app/views/my/blocks/_colleagues.html.erb Thu Jun 20 08:47:50 2013 +0100 +++ b/app/views/my/blocks/_colleagues.html.erb Thu Jun 20 11:32:06 2013 +0100 @@ -5,7 +5,7 @@