Skip to content

Commit 9409f83

Browse files
authored
Merge pull request #8889 from swagger-api/ticket-8796
ref #8796 - fix html2 request and response schemas
2 parents f7f86b5 + df41282 commit 9409f83

File tree

3 files changed

+6863
-4434
lines changed

3 files changed

+6863
-4434
lines changed

modules/swagger-codegen/src/main/resources/htmlDocs2/index.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
var defs = {}
115115
{{#models}}
116116
{{#model}}
117-
defs.{{name}} = {{{modelJson}}};
117+
defs["{{name}}"] = {{{modelJson}}};
118118
{{/model}}
119119
{{/models}}
120120
</script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0-SNAPSHOT
1+
2.4.0-SNAPSHOT

0 commit comments

Comments
 (0)