diff options
author | ot <ot@localhost> | 2008-05-05 02:31:36 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-05-05 02:31:36 +0000 |
commit | 6339d6da6f82a16b5b175b4b01b0b22d2faea9ee (patch) | |
tree | d132c0621f04e1d9bdb6277dcb8208028d97991d /htdocs/dev/tests | |
parent | 1ef2f17e8e8ac9f16b3152ad70dd5a6b163f07c0 (diff) | |
download | markup-validator-6339d6da6f82a16b5b175b4b01b0b22d2faea9ee.zip markup-validator-6339d6da6f82a16b5b175b4b01b0b22d2faea9ee.tar.gz markup-validator-6339d6da6f82a16b5b175b4b01b0b22d2faea9ee.tar.bz2 |
not so obviously invalid
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml b/htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml index ebfbc1e..2cd9bd5 100755 --- a/htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml +++ b/htdocs/dev/tests/xhtml1-missing-doctype-has-xmlns.xhtml @@ -6,6 +6,5 @@ <p>This is a simple XHTML doc without a doctype, but has an xmlns attribute on its root element. It is served as application/xhtml+xml. </p> -<img /> </body> </html> |