Add missing <p> end-tag
authorJames Clark <jjc@jclark.com>
Fri, 21 Sep 2012 10:41:17 +0700
changeset 2 34e23f299f9a
parent 0 85c5e402c30d
child 3 00e0a1af727f
Add missing <p> end-tag
spec/microxml.html
--- a/spec/microxml.html	Wed Sep 19 16:59:21 2012 +0700
+++ b/spec/microxml.html	Fri Sep 21 10:41:17 2012 +0700
@@ -574,7 +574,7 @@
 
    <p>MicroXML's data model is incompatible with XML in one respect: XML requires that literal
    newlines and tabs in attribute values are normalized into spaces, but MicroXML leaves them
-   unchanged. For example, in XML
+   unchanged. For example, in XML</p>
 
 <pre>&lt;doc att="hello
 world"/&gt;</pre>