- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 May 2007 15:59:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv28064/share/templates/en_US Modified Files: popup_charset.tmpl popup_doctype.tmpl Log Message: reverting changes to doctype and charset drop-down menu, as it was breaking some features in code Index: popup_doctype.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/popup_doctype.tmpl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- popup_doctype.tmpl 15 Mar 2007 06:30:15 -0000 1.8 +++ popup_doctype.tmpl 7 May 2007 15:59:18 -0000 1.9 @@ -1,5 +1,5 @@ <select id="doctype" name="doctype"> - <option value="">(detect automatically)</option> + <option value="Inline">(detect automatically)</option> <option value="XHTML 1.0 Strict"<TMPL_IF NAME="override doctype XHTML 1.0 Strict">selected="selected"</TMPL_IF>>XHTML 1.0 Strict</option> <option value="XHTML 1.0 Transitional" <TMPL_IF NAME="override doctype XHTML 1.0 Transitional">selected="selected"</TMPL_IF>>XHTML 1.0 Transitional</option> <option value="XHTML 1.0 Frameset" <TMPL_IF NAME="override doctype XHTML 1.0 Frameset">selected="selected"</TMPL_IF>>XHTML 1.0 Frameset</option> Index: popup_charset.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/popup_charset.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- popup_charset.tmpl 15 Mar 2007 06:30:15 -0000 1.6 +++ popup_charset.tmpl 7 May 2007 15:59:18 -0000 1.7 @@ -1,5 +1,5 @@ <select name="charset" id="charset"> - <option value="">(detect automatically)</option> + <option value="(detect automatically)">(detect automatically)</option> <option value="utf-8" <TMPL_IF NAME="override charset utf-8">selected="selected"</TMPL_IF>>utf-8 (Unicode, worldwide)</option> <option value="utf-16" <TMPL_IF NAME="override charset utf-16">selected="selected"</TMPL_IF>>utf-16 (Unicode, worldwide)</option> <option value="iso-8859-1" <TMPL_IF NAME="override charset iso-8859-1">selected="selected"</TMPL_IF>>iso-8859-1 (Western Europe)</option>
Received on Monday, 7 May 2007 15:59:23 UTC