summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorduerst <duerst@localhost>2001-08-25 09:10:02 +0000
committerduerst <duerst@localhost>2001-08-25 09:10:02 +0000
commit01b8cf9d3ef984d063da8bcc1178f5a474b80f8b (patch)
treed4b684a1382144385701afc88edf136fc9c9c904 /htdocs
parentd1574483902375572ba67f04d2eaec309199aeb6 (diff)
downloadmarkup-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-xhtdocs/index.html4
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>