diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-07 11:13:31 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-07 11:13:31 +0000 |
commit | 91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e (patch) | |
tree | ae48a5143c8a977e8a15bc2ad9faf1defd38f70b /template/default/attachment/list.atml | |
parent | ae8a18de80c43febc782c4f398e75fdf89281601 (diff) | |
download | bugs-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar bugs-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.gz bugs-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.bz2 bugs-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.xz bugs-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.zip |
Bug 133423 - Audit templates for FILTER usage
r=gerv, justdave
Diffstat (limited to 'template/default/attachment/list.atml')
-rwxr-xr-x | template/default/attachment/list.atml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/attachment/list.atml b/template/default/attachment/list.atml index 72006cf29..12eeb03e7 100755 --- a/template/default/attachment/list.atml +++ b/template/default/attachment/list.atml @@ -43,7 +43,7 @@ [% IF attachment.ispatch %] <i>patch</i> [% ELSE %] - [% attachment.contenttype %] + [% attachment.contenttype FILTER html %] [% END %] </td> @@ -55,7 +55,7 @@ <i>none</i> [% ELSE %] [% FOREACH s = attachment.statuses %] - [% s %]<br> + [% s FILTER html %]<br> [% END %] [% END %] </nobr> |