summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications/edit.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-10-07 16:12:39 +0200
committerjocuri%softhome.net <>2004-10-07 16:12:39 +0200
commit1f6ed9be7b15842f750a989a909f2ec64d0fb2ad (patch)
tree40dc124b1ade5d6dfbe14a5c21abbc837938b5b6 /template/en/default/admin/classifications/edit.html.tmpl
parent74d1dd74e77dd4c64a5d8609852da54e5a3b9803 (diff)
downloadbugzilla-1f6ed9be7b15842f750a989a909f2ec64d0fb2ad.tar.gz
bugzilla-1f6ed9be7b15842f750a989a909f2ec64d0fb2ad.tar.xz
Patch for bug 256567: Harmonize descriptions of classifications and products in terms of 'FILTER html'; patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, kiko, a=justdave.
Diffstat (limited to 'template/en/default/admin/classifications/edit.html.tmpl')
-rw-r--r--template/en/default/admin/classifications/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl
index ebc16e82e..6c58836d7 100644
--- a/template/en/default/admin/classifications/edit.html.tmpl
+++ b/template/en/default/admin/classifications/edit.html.tmpl
@@ -31,7 +31,7 @@
</tr>
<tr>
<th align="right">Description:</th>
- <td><textarea rows=4 cols=64 name="description">[% description FILTER html %]</textarea></TD>
+ <td><textarea rows=4 cols=64 name="description">[% description %]</textarea></TD>
</tr>
<tr valign=top>
<th align="right"><a href="editproducts.cgi?classification=[% classification FILTER html %]">Edit products</a></th>