diff options
author | mkanat%kerio.com <> | 2005-02-27 19:07:52 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-02-27 19:07:52 +0100 |
commit | bc77698dd44c82b6c017c4de977169e2185be9b2 (patch) | |
tree | 01838484a3f0c3f136b134ac84bd2447705860fb /template | |
parent | 4218394913eb9f3fa72910ca568a6cfaab463800 (diff) | |
download | bugzilla-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.tmpl | 1 |
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> |