diff options
author | ville <ville@localhost> | 2009-11-16 20:07:15 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-16 20:07:15 +0000 |
commit | a9fb4405804c6ee60775b59ad4cda7a0458f3974 (patch) | |
tree | 6e7cd014c7b1f94f824405c44ec68102088391da /htdocs/dev/tests | |
parent | c47489342d991739ea8dacdb71cd11902816c3fb (diff) | |
download | markup-validator-a9fb4405804c6ee60775b59ad4cda7a0458f3974.zip markup-validator-a9fb4405804c6ee60775b59ad4cda7a0458f3974.tar.gz markup-validator-a9fb4405804c6ee60775b59ad4cda7a0458f3974.tar.bz2 |
Update HTML5 "warning but pass" test doc.
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/html5-warning.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/dev/tests/html5-warning.html b/htdocs/dev/tests/html5-warning.html index 02ba8df..f83a432 100644 --- a/htdocs/dev/tests/html5-warning.html +++ b/htdocs/dev/tests/html5-warning.html @@ -4,6 +4,6 @@ <title>Warning</title> </head> <body> -<p class=foo<bar></p> +<p><a name=foo>foo</a></p> </body> -</html>
\ No newline at end of file +</html> |