diff options
author | ot <ot@localhost> | 2008-03-19 18:54:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-03-19 18:54:15 +0000 |
commit | fe7c274fc6fe9747aafc79b2eae3dd5d73c16ec2 (patch) | |
tree | 14cc86de1dd4c2abe23db8880137136aeb1ed0ec | |
parent | ba70dffd239ea23eb12b74fb90bca59ea1cd5416 (diff) | |
download | markup-validator-fe7c274fc6fe9747aafc79b2eae3dd5d73c16ec2.zip markup-validator-fe7c274fc6fe9747aafc79b2eae3dd5d73c16ec2.tar.gz markup-validator-fe7c274fc6fe9747aafc79b2eae3dd5d73c16ec2.tar.bz2 |
with snippet validation in the options, the wording requiring
a full document is misleading. With a nod toward Steph Troeth for noting the inconsistency.
-rwxr-xr-x | htdocs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 9a50881..5dc0eed 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.93 2007-07-24 07:19:10 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-07-24 07:19:10 $" +<!--#set var="revision" value="\$Id: index.html,v 1.94 2008-03-19 18:54:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2008-03-19 18:54:15 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -66,7 +66,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validate by direct input</legend> <form method="post" enctype="multipart/form-data" action="check"> - <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br /> + <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup to validate</label>:<br /> <textarea id="fragment" name="fragment" rows="12" cols="80"></textarea> <!-- <br /><label for="parsemodel">Treat as:</label> |