Skip to content

Commit 29b9f48

Browse files
committed
Fix for #1113
1 parent 82a89a7 commit 29b9f48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/template/param_list.handlebars

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{{#if required}}
22
<td class='code required'>{{name}}</td>
3-
{{/if}}
3+
{{else}}
44
<td class='code'>{{name}}</td>
5+
{{/if}}
56
<td>
67
<select {{#isArray this}} multiple='multiple'{{/isArray}} class='parameter' name='{{name}}'>
78
{{#if required}}
@@ -25,4 +26,4 @@
2526
</td>
2627
<td class="markdown">{{{description}}}</td>
2728
<td>{{{paramType}}}</td>
28-
<td><span class="model-signature"></span></td>
29+
<td><span class="model-signature"></span></td>

0 commit comments

Comments
 (0)