Skip to content

Commit cbd890d

Browse files
jimrhoskinstoddparker
authored andcommitted
Changed <ul> to <ol> in html content formattic doc
1 parent 1b588fa commit cbd890d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/content-html.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ <h6>H1 Heading</h6>
6060
<li>Unordered list item 1</li>
6161
</ul>
6262

63-
<ul>
63+
<ol>
6464
<li>Ordered list item 1</li>
6565
<li>Ordered list item 1</li>
6666
<li>Ordered list item 1</li>
67-
</ul>
67+
</ol>
6868

6969
<dl title="Definition list">
7070
<dt>Definition term</dt>

0 commit comments

Comments
 (0)