diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index 1c317c3f..6e123e62 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -13,7 +13,7 @@
<% unless @todo.completed? %><%= defer_link(1) %> <%= defer_link(7) %><% end %> <%= date_span -%> - <%= sanitize(todo.description) %> + <%= h sanitize(todo.description) %> <%= link_to( image_tag("recurring16x16.png"), {:controller => "recurring_todos", :action => "index"},