diff --git a/app/helpers/watchers_helper.rb b/app/helpers/watchers_helper.rb index f734fb8..74bb0e1 100644 --- a/app/helpers/watchers_helper.rb +++ b/app/helpers/watchers_helper.rb @@ -59,8 +59,8 @@ module WatchersHelper :style => "vertical-align: middle", :class => "delete") end - "
  • #{ s }
  • " + content_tag :li, s.html_safe end - lis.empty? ? "" : "" + (lis.empty? ? "" : "").html_safe end end