Skip to content

Commit a8db72c

Browse files
MichelSimonotMichelSimonot
MichelSimonot
authored and
MichelSimonot
committed
Fix the paramProperty template to not nest rows improperly.
1 parent 3f532cd commit a8db72c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/default_theme/paramProperty._

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
(default <code><%- property.default %></code>)
55
<% } %></td>
66
<td class='break-word'><span><%= md(property.description, true) %></span></td>
7-
<% if(property.properties && property.properties.length) { %>
8-
<% property.properties.forEach(function(childProperty) { %>
9-
<%= renderParamProperty({
10-
property: childProperty,
11-
renderParamProperty: renderParamProperty
12-
}) %>
13-
<% }) %>
14-
<% } %>
157
</tr>
8+
<% if(property.properties && property.properties.length) { %>
9+
<% property.properties.forEach(function(childProperty) { %>
10+
<%= renderParamProperty({
11+
property: childProperty,
12+
renderParamProperty: renderParamProperty
13+
}) %>
14+
<% }) %>
15+
<% } %>

0 commit comments

Comments
 (0)