diff templates/changelogentry.tmpl @ 233:33c48b635690

Add missing > to </td> in templates.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 02 Jun 2005 07:05:56 +0100
parents f918a6fa2572
children eb341488aa4c
line wrap: on
line diff
--- a/templates/changelogentry.tmpl
+++ b/templates/changelogentry.tmpl
@@ -2,7 +2,7 @@
 <table width="100%" cellpadding="0" cellspacing="0">
 <tr>
  <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
- <td><b>#desc|firstline|escape#</b></td</tr>
+ <td><b>#desc|firstline|escape#</b></td></tr>
 <tr>
  <td align="right">changeset #rev#:&nbsp;</td>
  <td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>