From a87a5b411b4f173a7b1de2b919e71335306349ed Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 26 Oct 2001 03:37:50 +0000 Subject: Fix for bug 98602: re-implementation of "create attachment" page. Patch by Myk Melez . r=gerv@mozilla.org,jake@acutex.net --- template/default/attachment/list.atml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/default/attachment/list.atml') diff --git a/template/default/attachment/list.atml b/template/default/attachment/list.atml index 3086c8dc0..9dd3931d0 100755 --- a/template/default/attachment/list.atml +++ b/template/default/attachment/list.atml @@ -12,9 +12,9 @@ [% IF attachment.isobsolete %] - [% attachment.description %] + [% attachment.description FILTER html %] [% ELSE %] - [% attachment.description %] + [% attachment.description FILTER html %] [% END %] @@ -22,7 +22,7 @@ [% IF attachment.ispatch %] patch [% ELSE %] - [% attachment.mimetype %] + [% attachment.contenttype %] [% END %] @@ -48,7 +48,7 @@ - Create a new attachment (proposed patch, testcase, etc.) + Create a New Attachment (proposed patch, testcase, etc.) View All -- cgit v1.2.3-24-g4f1b