summaryrefslogtreecommitdiffstats
path: root/template/default/attachstatus/edit.atml
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-04-07 13:13:31 +0200
committerbbaetz%student.usyd.edu.au <>2002-04-07 13:13:31 +0200
commit91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e (patch)
treeae48a5143c8a977e8a15bc2ad9faf1defd38f70b /template/default/attachstatus/edit.atml
parentae8a18de80c43febc782c4f398e75fdf89281601 (diff)
downloadbugzilla-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.gz
bugzilla-91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e.tar.xz
Bug 133423 - Audit templates for FILTER usage
r=gerv, justdave
Diffstat (limited to 'template/default/attachstatus/edit.atml')
-rwxr-xr-xtemplate/default/attachstatus/edit.atml6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/attachstatus/edit.atml b/template/default/attachstatus/edit.atml
index 366f8eb70..1186d7637 100755
--- a/template/default/attachstatus/edit.atml
+++ b/template/default/attachstatus/edit.atml
@@ -35,14 +35,14 @@
<tr>
<th>Name:</th>
<td>
- <input type="text" name="name" value="[% name %]" size="50" maxlength="50">
+ <input type="text" name="name" value="[% name FILTER html %]" size="50" maxlength="50">
</td>
</tr>
<tr>
<th>Description:</th>
<td>
- <textarea name="desc" rows="4" cols="50">[% desc %]</textarea>
+ <textarea name="desc" rows="4" cols="50">[% desc FILTER html %]</textarea>
</td>
</tr>
@@ -56,7 +56,7 @@
<tr>
<th>Product:</th>
<td>
- [% product %]
+ [% product FILTER html %]
</td>
</tr>