[Treepkg-commits] r170 - trunk/web
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jan 21 15:02:06 CET 2009
Author: bh
Date: 2009-01-21 15:02:01 +0100 (Wed, 21 Jan 2009)
New Revision: 170
Modified:
trunk/web/status-by-revision.html
Log:
Report the revision correctly
Modified: trunk/web/status-by-revision.html
===================================================================
--- trunk/web/status-by-revision.html 2009-01-20 11:06:35 UTC (rev 169)
+++ trunk/web/status-by-revision.html 2009-01-21 14:02:01 UTC (rev 170)
@@ -24,7 +24,7 @@
<py:for each="row in report.revisions.sorted_by_revision">
<tr>
- <td>${row[0]}</td>
+ <td>${row[0][0]}</td>
<py:for each="col in row[1]">
<py:choose>
<py:when test="col">
More information about the Treepkg-commits
mailing list