diff options
author | gerald <gerald@localhost> | 2000-01-26 06:12:30 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-01-26 06:12:30 +0000 |
commit | 96606bab3d191790e8ba1a88a5eeabebe380de12 (patch) | |
tree | 31797e91159a24d829fd7dd6ef6837d34b4c849f /htdocs/dev/tests | |
parent | 56dac59706d350bebd4da726e719f6b821bdf575 (diff) | |
download | markup-validator-96606bab3d191790e8ba1a88a5eeabebe380de12.zip markup-validator-96606bab3d191790e8ba1a88a5eeabebe380de12.tar.gz markup-validator-96606bab3d191790e8ba1a88a5eeabebe380de12.tar.bz2 |
fixed a validation bug unrelated to this particular test case
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html b/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html index 8a591dd..1381810 100755 --- a/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html +++ b/htdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html @@ -5,5 +5,6 @@ <body> <p>This is a simple bogus HTML doc with neither a doctype nor an xmlns attribute on its root element. + </p> </body> </html> |