diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb index 51f94b888..663979f03 100644 --- a/app/helpers/todos_helper.rb +++ b/app/helpers/todos_helper.rb @@ -188,7 +188,7 @@ def staleness_class(item) def show_date_tag(date, the_class, text) content_tag(:a, :title => format_date(date)) do - content_tag(:span, :class => the_class) { text + " "} + content_tag(:span, :class => the_class) { text } end end