summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@localhost>2000-01-26 06:12:30 +0000
committergerald <gerald@localhost>2000-01-26 06:12:30 +0000
commit96606bab3d191790e8ba1a88a5eeabebe380de12 (patch)
tree31797e91159a24d829fd7dd6ef6837d34b4c849f
parent56dac59706d350bebd4da726e719f6b821bdf575 (diff)
downloadmarkup-validator-96606bab3d191790e8ba1a88a5eeabebe380de12.zip
markup-validator-96606bab3d191790e8ba1a88a5eeabebe380de12.tar.gz
markup-validator-96606bab3d191790e8ba1a88a5eeabebe380de12.tar.bz2
fixed a validation bug unrelated to this particular test case
-rwxr-xr-xhtdocs/dev/tests/xhtml1-missing-doctype-and-xmlns.html1
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>