Skip to content

Commit 00d1359

Browse files
committed
switch child prop to html <ul>
1 parent eba913d commit 00d1359

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/layouts/partials/api-resource.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ This object has no properties.
8383
<details>
8484
<summary>Child Properties</summary>
8585
86+
<ul>
8687
{{#each objectProperties}}
87-
- {{> property-nested this}}
88+
<li>
89+
{{> property-nested this}}
90+
</li>
8891
{{/each}}
92+
</ul>
8993
</details>
9094
{{/if}}
9195
{{/unless}}

0 commit comments

Comments
 (0)