# HG changeset patch # User Sascha Teichmann # Date 1285491196 0 # Node ID e7114ac643c3ffe4f309b039ea2946cf3a0b2010 # Parent a0d19e20fb893e649c87102b2ac7b620acd3f6d8 sawmill: details view has seven columns not six. Was wrong in date rows. diff -r a0d19e20fb89 -r e7114ac643c3 contrib/sawmill/web/templates/details.html --- a/contrib/sawmill/web/templates/details.html Sun Sep 26 07:49:57 2010 +0000 +++ b/contrib/sawmill/web/templates/details.html Sun Sep 26 08:53:16 2010 +0000 @@ -87,7 +87,7 @@ if curr_date != last_date: last_date = curr_date %> -<%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC) +<%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC) <% # date changed %>