summaryrefslogtreecommitdiffstats
path: root/template/default/attachment/viewall.atml
diff options
context:
space:
mode:
authormyk%mozilla.org <>2001-10-26 05:37:50 +0200
committermyk%mozilla.org <>2001-10-26 05:37:50 +0200
commita87a5b411b4f173a7b1de2b919e71335306349ed (patch)
treefb0f27f18007cacb84f677178b47aef429f5047b /template/default/attachment/viewall.atml
parent3a866ab78f91873f42a13710f299bcb0f176b49c (diff)
downloadbugzilla-a87a5b411b4f173a7b1de2b919e71335306349ed.tar.gz
bugzilla-a87a5b411b4f173a7b1de2b919e71335306349ed.tar.xz
Fix for bug 98602: re-implementation of "create attachment" page.
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
Diffstat (limited to 'template/default/attachment/viewall.atml')
-rwxr-xr-xtemplate/default/attachment/viewall.atml6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/attachment/viewall.atml b/template/default/attachment/viewall.atml
index 9a22b716a..f7284b431 100755
--- a/template/default/attachment/viewall.atml
+++ b/template/default/attachment/viewall.atml
@@ -24,9 +24,9 @@
<tr>
<td valign="top">
[% IF a.isobsolete %]
- <strike>[% a.description %]</strike>
+ <strike>[% a.description FILTER html %]</strike>
[% ELSE %]
- [% a.description %]
+ [% a.description FILTER html %]
[% END %]
</td>
@@ -34,7 +34,7 @@
[% IF a.ispatch %]
<i>patch</i>
[% ELSE %]
- [% a.mimetype %]
+ [% a.contenttype FILTER html %]
[% END %]
</td>