Spelling and closing tag fixes

This commit is contained in:
Taras Katkov
2015-07-01 17:55:19 -04:00
parent 59459a6086
commit a04b562f55
3 changed files with 32031 additions and 30488 deletions

62515
dist/swagger-ui.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -253,7 +253,7 @@ window.SwaggerUi.Views = {};
}); });
} else if (typeof exports === 'object') { } else if (typeof exports === 'object') {
// Node. Does not work with strict CommonJS, but // Node. Does not work with strict CommonJS, but
// only CommonJS-like enviroments that support module.exports, // only CommonJS-like environments that support module.exports,
// like Node. // like Node.
module.exports = factory(require('b')); module.exports = factory(require('b'));
} else { } else {

View File

@@ -1,4 +1,4 @@
<td class='code{{#if required}} required{{/if}}'><label for='{{valueId}}'>{{name}}</labe></td> <td class='code{{#if required}} required{{/if}}'><label for='{{valueId}}'>{{name}}</label></td>
<td> <td>
<select {{#isArray this}} multiple="multiple"{{/isArray}} class="parameter {{#if required}} required {{/if}}" name="{{name}}" id="{{valueId}}"> <select {{#isArray this}} multiple="multiple"{{/isArray}} class="parameter {{#if required}} required {{/if}}" name="{{name}}" id="{{valueId}}">