fix for #121
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<label for="contentType"></label>
|
||||
<select name="contentType">
|
||||
{{#if consumes}}
|
||||
{{#each consumes}}
|
||||
{{#if produces}}
|
||||
{{#each produces}}
|
||||
<option value="{{{this}}}">{{{this}}}</option>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
{{/if}}
|
||||
<form accept-charset='UTF-8' class='sandbox'>
|
||||
<div style='margin:0;padding:0;display:inline'></div>
|
||||
{{#if parameters}}
|
||||
<h4>Parameters</h4>
|
||||
<table class='fullwidth'>
|
||||
<thead>
|
||||
@@ -43,6 +44,7 @@
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
{{/if}}
|
||||
{{#if errorResponses}}
|
||||
<div style='margin:0;padding:0;display:inline'></div>
|
||||
<h4>Status Codes</h4>
|
||||
|
||||
Reference in New Issue
Block a user