Skip to content

Commit

Permalink
fix issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
softdevstory committed Feb 15, 2018
1 parent 5a2a300 commit 12a921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<% }); //foreach example -%>
<% } //if example -%>

<% if (data[group][sub][0].parameter) { -%>
<% if (data[group][sub][0].parameter && data[group][sub][0].parameter.fields) { -%>

<% Object.keys(data[group][sub][0].parameter.fields).forEach(function(g) { -%>

Expand Down

0 comments on commit 12a921b

Please sign in to comment.