public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
Fixed a repeated regression which I accidentally re-committed. I should pay more 
attention to the commits... Fixes #740. Again.
bsag (author)
Sun Jan 11 10:58:36 -0800 2009
commit  278c7310c18cf245dca4291cce3168abc78ff9aa
tree    7343a6d1fc5f74de5d327641cee98b7e89cd49d8
parent  330c142172835f6d3a78396dcc74eda7b55a97ea
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@
0
     <div class="description<%= staleness_class( todo ) %>">
0
       <% unless @todo.completed? %><span class="defer-container"><%= defer_link(1) %> <%= defer_link(7) %></span><% end %>
0
       <%= date_span -%>
0
-      <span class="todo.descr"><%= sanitize(todo.description) %></span>
0
+      <span class="todo.descr"><%= sanitize(todo.description) %></span>
0
       <%= link_to(
0
         image_tag("recurring16x16.png"),
0
         {:controller => "recurring_todos", :action => "index"},

Comments