Skip to content

Commit

Permalink
Fix stray </ol> in document list component
Browse files Browse the repository at this point in the history
Condition on the closing tag should match the one in the opening tag.
  • Loading branch information
alex-ju committed Dec 20, 2019
1 parent 9183abc commit d38f900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</li>
<% end %>
<% end %>
<% unless within_multitype_list %>
<% unless within_multitype_list || items.one? %>
</ol>
<% end %>
<% end %>

0 comments on commit d38f900

Please sign in to comment.