validator/htdocs charset-select.html,1.2,1.3 doctype-select.html,1.8,1.9

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv28064/htdocs

Modified Files:
	charset-select.html doctype-select.html 
Log Message:
reverting changes to doctype and charset drop-down menu, 
as it was breaking some features in code

Index: doctype-select.html
===================================================================
RCS file: /sources/public/validator/htdocs/doctype-select.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- doctype-select.html	15 Mar 2007 06:30:14 -0000	1.8
+++ doctype-select.html	7 May 2007 15:59:19 -0000	1.9
@@ -1,5 +1,5 @@
 <select id="<!--#echo var="fieldset_id" -->-doctype" name="doctype">
-  <option value="" selected="selected">(detect automatically)</option>
+  <option value="Inline" 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>

Index: charset-select.html
===================================================================
RCS file: /sources/public/validator/htdocs/charset-select.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- charset-select.html	15 Mar 2007 06:30:14 -0000	1.2
+++ charset-select.html	7 May 2007 15:59:19 -0000	1.3
@@ -1,5 +1,5 @@
               <select id="<!--#echo var="fieldset_id" -->-charset" name="charset">
-                <option value="" selected="selected">(detect automatically)</option>
+                <option value="(detect automatically)" 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>

Received on Monday, 7 May 2007 15:59:23 UTC