summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-02-27 19:07:52 +0100
committermkanat%kerio.com <>2005-02-27 19:07:52 +0100
commitbc77698dd44c82b6c017c4de977169e2185be9b2 (patch)
tree01838484a3f0c3f136b134ac84bd2447705860fb /template
parent4218394913eb9f3fa72910ca568a6cfaab463800 (diff)
downloadbugzilla-bc77698dd44c82b6c017c4de977169e2185be9b2.tar.gz
bugzilla-bc77698dd44c82b6c017c4de977169e2185be9b2.tar.xz
Bug 87976: application/xml should be in default list for attachment types
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=myk, r=mkanat, a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/content-types.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/content-types.html.tmpl b/template/en/default/attachment/content-types.html.tmpl
index a23c23379..031534948 100644
--- a/template/en/default/attachment/content-types.html.tmpl
+++ b/template/en/default/attachment/content-types.html.tmpl
@@ -21,6 +21,7 @@
<option value="text/plain">plain text (text/plain)</option>
<option value="text/html">HTML source (text/html)</option>
+ <option value="application/xml">XML source (application/xml)</option>
<option value="image/gif">GIF image (image/gif)</option>
<option value="image/jpeg">JPEG image (image/jpeg)</option>
<option value="image/png">PNG image (image/png)</option>