diff options
Diffstat (limited to 'htdocs/charset-select.html')
-rwxr-xr-x | htdocs/charset-select.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/charset-select.html b/htdocs/charset-select.html index 61fe346..6a78c68 100755 --- a/htdocs/charset-select.html +++ b/htdocs/charset-select.html @@ -1,5 +1,5 @@ <select id="<!--#echo var="fieldset_id" -->-charset" name="charset"> - <option value="(detect automatically)" selected="selected">(detect automatically)</option> + <option value="" selected="selected">(detect automatically)</option> <option value="utf-8">utf-8 (Unicode, worldwide)</option> <option value="utf-16">utf-16 (Unicode, worldwide)</option> <option value="iso-8859-1">iso-8859-1 (Western Europe)</option> |