Fix for #1113
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{{#if required}}
|
||||
<td class='code required'>{{name}}</td>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<td class='code'>{{name}}</td>
|
||||
{{/if}}
|
||||
<td>
|
||||
<select {{#isArray this}} multiple='multiple'{{/isArray}} class='parameter' name='{{name}}'>
|
||||
{{#if required}}
|
||||
@@ -25,4 +26,4 @@
|
||||
</td>
|
||||
<td class="markdown">{{{description}}}</td>
|
||||
<td>{{{paramType}}}</td>
|
||||
<td><span class="model-signature"></span></td>
|
||||
<td><span class="model-signature"></span></td>
|
||||
|
||||
Reference in New Issue
Block a user