From 278c7310c18cf245dca4291cce3168abc78ff9aa Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 11 Jan 2009 18:58:36 +0000 Subject: [PATCH] Fixed a repeated regression which I accidentally re-committed. I should pay more attention to the commits... Fixes #740. Again. --- app/views/todos/_todo.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},