summaryrefslogtreecommitdiffstats
path: root/template/default/show/activity.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/show/activity.html.tmpl')
-rw-r--r--template/default/show/activity.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/template/default/show/activity.html.tmpl b/template/default/show/activity.html.tmpl
index 3ebb970e3..43529bd23 100644
--- a/template/default/show/activity.html.tmpl
+++ b/template/default/show/activity.html.tmpl
@@ -62,10 +62,10 @@
[% operation.when %]
</td>
[% FOREACH change = operation.changes %]
- [% "<tr>" IF loop.index > 0 %]
+ [% "</tr><tr>" IF loop.index > 0 %]
<td>
[% IF change.attachid %]
- <a href="attachment.cgi?id=[% change.attachid %]&action=view">
+ <a href="attachment.cgi?id=[% change.attachid %]&amp;action=view">
Attachment #[% change.attachid %]</a>
[% END %]
[% change.field %]
@@ -84,7 +84,6 @@
&nbsp;
[% END %]
</td>
- [% "</tr>" IF loop.index > 0 %]
[% END %]
</tr>
[% END %]