aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-14 09:36:26 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-14 10:03:14 +0200
commita83fdc7af528769884630f6782b3b48a34a9a30a (patch)
treeeb0b7fb86a36a811c32eb1ca09bf7f1e23101b3b
parentca4b9c13fc741358b30f11ac8005e06ba61444c5 (diff)
fix HTML tag in test
-rw-r--r--test/block-tree_scope.plain.html2
-rw-r--r--test/block-tree_scope.rdfa.html2
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>