diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index 4e325c8b..dae70ed6 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -29,7 +29,7 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
<%= grip_span %> <%= date_span -%> - <%= h sanitize(todo.description) %> + <%= h todo.description %> <% #= successors_span %> <%= image_tag_for_recurring_todo(todo) if @todo.from_recurring_todo? %> <%= tag_list %>