diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb
index 2de2c5c5..ea72735b 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) %>
<%= image_tag_for_recurring_todo(todo) if @todo.from_recurring_todo? %>
<%= tag_list %>
<%= deferred_due_date %>
@@ -37,4 +37,9 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
<% end -%>
-
\ No newline at end of file
+<<<<<<< HEAD:app/views/todos/_todo.html.erb
+
+=======
+
+<%= apply_behaviour ".date_clear:click","var selector_x = this.getAttribute('id').replace('_x', ''); $(selector_x).value='';" %>
+>>>>>>> Don't run double sanitation on a string.:app/views/todos/_todo.html.erb