diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index d37e8fcc..18122356 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -23,7 +23,7 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
<%= date_span -%> - <%= h sanitize(todo.description) %> + <%= sanitize(todo.description) %> <%= link_to( image_tag("recurring16x16.png"), {:controller => "recurring_todos", :action => "index"},