summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-09-25 06:35:04 +0000
committerot <ot@localhost>2007-09-25 06:35:04 +0000
commitba4395f6570fad793787c55cbd93af2c5de8eddd (patch)
treed25769531ed481bf2cc313cc8396fa35c773258e /htdocs/dev/tests
parentc8c1d2d918b1c0cc475afa836c63a509add0d31f (diff)
downloadmarkup-validator-ba4395f6570fad793787c55cbd93af2c5de8eddd.zip
markup-validator-ba4395f6570fad793787c55cbd93af2c5de8eddd.tar.gz
markup-validator-ba4395f6570fad793787c55cbd93af2c5de8eddd.tar.bz2
adding unclosed end-tag shorttag test
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/shorttags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/dev/tests/shorttags.html b/htdocs/dev/tests/shorttags.html
index 16e3f4e..a24b342 100755
--- a/htdocs/dev/tests/shorttags.html
+++ b/htdocs/dev/tests/shorttags.html
@@ -7,6 +7,6 @@
<div<p>
This is a test of the SHORTTAGS and -wunclosed feature.
It contains an implicitly closed &lt;div&gt;.
- </div>
+ </div<p>
</body>
</html>