diff options
author | duerst <duerst@localhost> | 2001-08-25 09:10:02 +0000 |
---|---|---|
committer | duerst <duerst@localhost> | 2001-08-25 09:10:02 +0000 |
commit | 01b8cf9d3ef984d063da8bcc1178f5a474b80f8b (patch) | |
tree | d4b684a1382144385701afc88edf136fc9c9c904 /htdocs | |
parent | d1574483902375572ba67f04d2eaec309199aeb6 (diff) | |
download | markup-validator-01b8cf9d3ef984d063da8bcc1178f5a474b80f8b.zip markup-validator-01b8cf9d3ef984d063da8bcc1178f5a474b80f8b.tar.gz markup-validator-01b8cf9d3ef984d063da8bcc1178f5a474b80f8b.tar.bz2 |
charset issues: fixing default behaviour for charset parameter (when typing
in a new uri), changing validation behaviour for unknown charset to
tentative.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 240512d..b2246d2 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -58,7 +58,7 @@ <th>Character Encoding:</th> <td colspan="2"> <select name="charset"> - <option value="unknown">(detect automatically)</option> + <option value="(detect automatically)">(detect automatically)</option> <option value="utf-8 (Unicode, worldwide)">utf-8 (Unicode, worldwide)</option> <option value="iso-8859-1 (Western Europe)">iso-8859-1 (Western Europe)</option> <option value="iso-8859-2 (Central Europe)">iso-8859-2 (Central Europe)</option> @@ -146,7 +146,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-08-25 01:41:35 $ + $Date: 2001-08-25 09:10:02 $ </address> </body> </html> |