diff options
author | lpsolit%gmail.com <> | 2005-12-14 20:22:10 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-12-14 20:22:10 +0100 |
commit | 9aee5dbf653f86049576328dd1d811d8200c2910 (patch) | |
tree | 8961365daf1eeea4db172d580ee2b821b522288c /template | |
parent | 6ca81cd002656534e9f9df711eb99e85c69b54b5 (diff) | |
download | bugzilla-9aee5dbf653f86049576328dd1d811d8200c2910.tar.gz bugzilla-9aee5dbf653f86049576328dd1d811d8200c2910.tar.xz |
Bug 208827: Default Attachment Creation to "autodetect" - Patch by Vlad Dascalu <vladd@bugzilla.org> r=jouni a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index ba725eae7..c3ef855d4 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -168,7 +168,7 @@ <em>Otherwise, choose a method for determining the content type.</em><br> <input type="radio" id="autodetect" - name="contenttypemethod" value="autodetect"> + name="contenttypemethod" value="autodetect" checked="checked"> <label for="autodetect">auto-detect</label><br> <input type="radio" id="list" name="contenttypemethod" value="list"> |