Fixed a repeated regression which I accidentally re-committed. I should pay more attention to the commits... Fixes #740. Again.

This commit is contained in:
bsag 2009-01-11 18:58:36 +00:00
parent 330c142172
commit 278c7310c1

View file

@ -13,7 +13,7 @@
<div class="description<%= staleness_class( todo ) %>">
<% unless @todo.completed? %><span class="defer-container"><%= defer_link(1) %> <%= defer_link(7) %></span><% end %>
<%= date_span -%>
<span class="todo.descr"><%= sanitize(todo.description) %></span>
<span class="todo.descr"><%= h sanitize(todo.description) %></span>
<%= link_to(
image_tag("recurring16x16.png"),
{:controller => "recurring_todos", :action => "index"},