summaryrefslogtreecommitdiff
path: root/tests/ref/html/enum-start.html
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-01-24 12:15:09 +0100
committerGitHub <noreply@github.com>2025-01-24 11:15:09 +0000
commit467968af0788a3059e1bed47f9daee846f5b3904 (patch)
tree2e3ba6e49cebcee28753cc2171907dba4bf36abf /tests/ref/html/enum-start.html
parentcd044825fcb1651781f1dbcafac4dec8b216e370 (diff)
Tweak HTML pretty printing (#5745)
Diffstat (limited to 'tests/ref/html/enum-start.html')
-rw-r--r--tests/ref/html/enum-start.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ref/html/enum-start.html b/tests/ref/html/enum-start.html
index 8a4ff37f..fc9b3c06 100644
--- a/tests/ref/html/enum-start.html
+++ b/tests/ref/html/enum-start.html
@@ -6,7 +6,8 @@
</head>
<body>
<ol start="3">
- <li>Skipping</li><li>Ahead</li>
+ <li>Skipping</li>
+ <li>Ahead</li>
</ol>
</body>
</html>