summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/charset-select.html2
-rwxr-xr-xhtdocs/doctype-select.html2
2 files changed, 2 insertions, 2 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>
diff --git a/htdocs/doctype-select.html b/htdocs/doctype-select.html
index 941dfde..ef9b532 100755
--- a/htdocs/doctype-select.html
+++ b/htdocs/doctype-select.html
@@ -1,5 +1,5 @@
<select id="<!--#echo var="fieldset_id" -->-doctype" name="doctype">
- <option value="Inline" selected="selected">(detect automatically)</option>
+ <option value="" selected="selected">(detect automatically)</option>
<option value="XHTML 1.0 Strict">XHTML 1.0 Strict</option>
<option value="XHTML 1.0 Transitional">XHTML 1.0 Transitional</option>
<option value="XHTML 1.0 Frameset">XHTML 1.0 Frameset</option>