diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/block-tree_scope.plain.html | 2 | ||||
| -rw-r--r-- | test/block-tree_scope.rdfa.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/block-tree_scope.plain.html b/test/block-tree_scope.plain.html index dadc2e3..dee034b 100644 --- a/test/block-tree_scope.plain.html +++ b/test/block-tree_scope.plain.html @@ -1,6 +1,6 @@ <h1>People</h1> <h2>Manu Sporny</h2> <p>My name is Manu Sporny, -and you can give me a ring.<p> +and you can give me a ring.</p> <h2>Thomas Francart</h2> <p>My name is Thomas Francart.</p> diff --git a/test/block-tree_scope.rdfa.html b/test/block-tree_scope.rdfa.html index 4469a15..0906f7e 100644 --- a/test/block-tree_scope.rdfa.html +++ b/test/block-tree_scope.rdfa.html @@ -2,7 +2,7 @@ <div resource="#manu"> <h2>Manu Sporny</h2> <p>My name is Manu Sporny, -and you can give me a ring.<p> +and you can give me a ring.</p> </div> <h2>Thomas Francart</h2> <p>My name is Thomas Francart.</p> |
