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