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