[Treepkg-commits] r449 - trunk/contrib/sawmill/web/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun Sep 26 10:53:17 CEST 2010


Author: teichmann
Date: 2010-09-26 10:53:16 +0200 (Sun, 26 Sep 2010)
New Revision: 449

Modified:
   trunk/contrib/sawmill/web/templates/details.html
Log:
sawmill: details view has seven columns not six. Was wrong in date rows.


Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html	2010-09-26 07:49:57 UTC (rev 448)
+++ trunk/contrib/sawmill/web/templates/details.html	2010-09-26 08:53:16 UTC (rev 449)
@@ -87,7 +87,7 @@
     if curr_date != last_date:
         last_date = curr_date
 %>
-<tr class="date_row"><td colspan="6"><%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC)</td></tr>
+<tr class="date_row"><td colspan="7"><%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC)</td></tr>
 <%
     # date changed
 %>



More information about the Treepkg-commits mailing list