--- a/templates/changeset.tmpl Wed Aug 13 20:36:37 2008 -0500
+++ b/templates/changeset.tmpl Mon Aug 18 15:58:17 2008 +0200
@@ -29,10 +29,12 @@
</tr>
<tr>
<th class="date">date:</th>
- <td class="date">#date|date# (#date|age# ago)</td></tr>
+ <td class="date">#date|date# (#date|age# ago)</td>
+</tr>
<tr>
<th class="files">files:</th>
- <td class="files">#files#</td></tr>
+ <td class="files">#files#</td>
+</tr>
<tr>
<th class="description">description:</th>
<td class="description">#desc|strip|escape|addbreaks#</td>