diff options
author | ot <ot@localhost> | 2007-04-04 04:19:50 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-04 04:19:50 +0000 |
commit | 88e7c196a2f0ecfc0f3bbea68b51cf29de536759 (patch) | |
tree | 9c4cecff00257d77f0ab1be64c16a028c8028e64 | |
parent | 8aa9a600c2d0fa224c9603efdc6c9704fdea9b08 (diff) | |
download | markup-validator-88e7c196a2f0ecfc0f3bbea68b51cf29de536759.zip markup-validator-88e7c196a2f0ecfc0f3bbea68b51cf29de536759.tar.gz markup-validator-88e7c196a2f0ecfc0f3bbea68b51cf29de536759.tar.bz2 |
commenting out the unimplemented Treat As HTML/XML select in direct input interface
-rwxr-xr-x | htdocs/detailed.html | 8 | ||||
-rwxr-xr-x | htdocs/index.html | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/htdocs/detailed.html b/htdocs/detailed.html index db66e62..6a6af73 100755 --- a/htdocs/detailed.html +++ b/htdocs/detailed.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: detailed.html,v 1.20 2007-03-22 05:16:43 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-03-22 05:16:43 $" +<!--#set var="revision" value="\$Id: detailed.html,v 1.21 2007-04-04 04:19:50 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-04 04:19:50 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -54,11 +54,11 @@ Check the markup (HTML, XHTML) of Web documents <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br /> <textarea id="fragment" name="fragment" rows="12" cols="70"></textarea> - <br /><label for="parsemodel">Treat as:</label> + <!-- <br /><label for="parsemodel">Treat as:</label> <select id="parsemodel" name="parsemodel"> <option value="sgml">HTML</option> <option value="xml">XML (and XHTML)</option> - </select> + </select> --> </p> <fieldset id="extra_opt_direct" class="moreoptions"> <legend><a href="./#validate-by-input" title="hide the options - see the simple interface"><img alt="*" src="./images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend> diff --git a/htdocs/index.html b/htdocs/index.html index 6a48fb1..f7bc043 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.85 2007-03-22 05:16:42 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-03-22 05:16:42 $" +<!--#set var="revision" value="\$Id: index.html,v 1.86 2007-04-04 04:19:50 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-04 04:19:50 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -47,11 +47,11 @@ Check the markup (HTML, XHTML) of Web documents <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br /> <textarea id="fragment" name="fragment" rows="12" cols="70"></textarea> - <br /><label for="parsemodel">Treat as:</label> + <!-- <br /><label for="parsemodel">Treat as:</label> <select id="parsemodel" name="parsemodel"> <option value="sgml">HTML</option> <option value="xml">XML (and XHTML)</option> - </select> + </select> --> </p> <p><a href="detailed.html#validate-by-input" title="choose options from the detailed interface"><img alt="*" src="./images/arrow-right.gif"/> Options</a></p> |