templates/changeset.tmpl
changeset 6905 248e54a9456e
parent 6693 7f58dec6aeb7
--- 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>