diff options
-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> |