diff options
author | gerald <gerald@localhost> | 2000-10-19 00:23:00 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-10-19 00:23:00 +0000 |
commit | 18dd7b6d1942f2d8ab2108c9a853383128009b51 (patch) | |
tree | 3397919c3e4e8db9e60c467640d6389929fa1289 /htdocs/dev | |
parent | a8b21a2b2372688333ea8ef485453e7288f6c6e2 (diff) | |
download | markup-validator-18dd7b6d1942f2d8ab2108c9a853383128009b51.zip markup-validator-18dd7b6d1942f2d8ab2108c9a853383128009b51.tar.gz markup-validator-18dd7b6d1942f2d8ab2108c9a853383128009b51.tar.bz2 |
fixed a (weird) validation bug
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-x | htdocs/dev/tests/iso-html.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/dev/tests/iso-html.html b/htdocs/dev/tests/iso-html.html index 895a960..06d4d01 100755 --- a/htdocs/dev/tests/iso-html.html +++ b/htdocs/dev/tests/iso-html.html @@ -5,7 +5,7 @@ <title>test ISO-HTML document</title> <link rev="made" href="mailto:gerald@w3.org"> <meta name="revision" - content="$Id: iso-html.html,v 1.1 2000-10-19 00:18:04 gerald Exp $"> + content="$Id: iso-html.html,v 1.2 2000-10-19 00:23:00 gerald Exp $"> </head> <body> @@ -21,11 +21,13 @@ See: <a href="./">W3C HTML Validation Service: Tests</a> <hr> +<div> <address> <a href="http://validator.w3.org/check/referer">valid HTML</a><br> <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 2000-10-19 00:18:04 $ + $Date: 2000-10-19 00:23:00 $ </address> +</div> </body> |