diff options
-rwxr-xr-x | htdocs/fragment-upload.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/fragment-upload.html b/htdocs/fragment-upload.html index 803e61f..ceb1418 100755 --- a/htdocs/fragment-upload.html +++ b/htdocs/fragment-upload.html @@ -9,7 +9,7 @@ W3C HTML Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: fragment-upload.html,v 1.1 2001-04-15 02:33:55 link Exp $" /> + <meta name="revision" content="$Id: fragment-upload.html,v 1.2 2001-04-17 02:24:46 link Exp $" /> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -62,7 +62,7 @@ attributes from the parse tree<br /> </td> </tr> - <tr><td colspan="2"><textarea cols="80" rows="24" name="uploaded_fragment"></textarea></td></tr> + <tr><td colspan="2"><textarea cols="80" rows="24" name="fragment"></textarea></td></tr> </table> <input type="submit" value="Validate this document" /> <input type="reset" value="Reset this form" /> @@ -80,7 +80,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-04-15 02:33:55 $ + $Date: 2001-04-17 02:24:46 $ </address> </body> |