diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb
index 30090ab4..d4df682f 100644
--- a/app/views/todos/_todo.html.erb
+++ b/app/views/todos/_todo.html.erb
@@ -12,7 +12,7 @@
<%= remote_toggle_checkbox unless source_view_is :deferred %>
<%= date_span -%>
- <%= sanitize(todo.description) %>
+ <%= h sanitize(todo.description) %>
<%= tag_list %>
<%= deferred_due_date %>
<%= project_and_context_links( parent_container_type, :suppress_context => suppress_context, :suppress_project => suppress_project ) %>