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