Browse Source

Fix for #1113

bubble
mgttlinger 9 years ago
parent
commit
29b9f48e5c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/main/template/param_list.handlebars

+ 3
- 2
src/main/template/param_list.handlebars View File

@@ -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>

Loading…
Cancel
Save