diff options
-rwxr-xr-x | htdocs/detailed.html | 6 | ||||
-rwxr-xr-x | htdocs/index.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/detailed.html b/htdocs/detailed.html index 6a6af73..0967c97 100755 --- a/htdocs/detailed.html +++ b/htdocs/detailed.html @@ -1,5 +1,5 @@ -<!--#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="revision" value="\$Id: detailed.html,v 1.22 2007-04-10 03:09:05 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-10 03:09:05 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -53,7 +53,7 @@ Check the markup (HTML, XHTML) of Web documents <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 /> - <textarea id="fragment" name="fragment" rows="12" cols="70"></textarea> + <textarea id="fragment" name="fragment" rows="12" cols="80"></textarea> <!-- <br /><label for="parsemodel">Treat as:</label> <select id="parsemodel" name="parsemodel"> <option value="sgml">HTML</option> diff --git a/htdocs/index.html b/htdocs/index.html index f7bc043..a3c0c91 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#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="revision" value="\$Id: index.html,v 1.87 2007-04-10 03:09:05 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-10 03:09:05 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -46,7 +46,7 @@ Check the markup (HTML, XHTML) of Web documents <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 /> - <textarea id="fragment" name="fragment" rows="12" cols="70"></textarea> + <textarea id="fragment" name="fragment" rows="12" cols="80"></textarea> <!-- <br /><label for="parsemodel">Treat as:</label> <select id="parsemodel" name="parsemodel"> <option value="sgml">HTML</option> |