diff options
Diffstat (limited to 'template/en/default')
-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"> |