diff options
author | link <link@localhost> | 2001-09-07 02:53:24 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-07 02:53:24 +0000 |
commit | d74fe9d5d94a62a81241c3795aa9d6301885ded6 (patch) | |
tree | 1644dd04a27d1619be78d6a88d4781e0382b692f /htdocs/index.html | |
parent | ddc3089a6232d249f014a3cf3f9802c9432392c4 (diff) | |
download | markup-validator-d74fe9d5d94a62a81241c3795aa9d6301885ded6.zip markup-validator-d74fe9d5d94a62a81241c3795aa9d6301885ded6.tar.gz markup-validator-d74fe9d5d94a62a81241c3795aa9d6301885ded6.tar.bz2 |
s/specified inline/detect automatically/g;
Diffstat (limited to 'htdocs/index.html')
-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 483a1ee..1b2142e 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -110,7 +110,7 @@ <th>Document Type:</th> <td colspan="2"> <select name="doctype"> - <option value="Inline">(specified inline)</option> + <option value="Inline">(detect automatically)</option> <option>XHTML 1.0 Strict</option> <option>XHTML 1.0 Transitional</option> <option>XHTML 1.0 Frameset</option> @@ -157,7 +157,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-09-06 23:16:16 $ + $Date: 2001-09-07 02:53:24 $ </address> </body> </html> |