From e75e6d0f714e77b1d7b700dca62aba0fd9a5385d Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 15 Apr 2002 09:47:52 +0000 Subject: Bug 129442 - make html of a default installation (mostly) HTML 4.01 transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave --- template/default/show/activity.html.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template/default/show') 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 %] [% FOREACH change = operation.changes %] - [% "" IF loop.index > 0 %] + [% "" IF loop.index > 0 %] [% IF change.attachid %] - + Attachment #[% change.attachid %] [% END %] [% change.field %] @@ -84,7 +84,6 @@   [% END %] - [% "" IF loop.index > 0 %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b