File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/handlebars/htmlDocs2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 344
344
<script >
345
345
$ (document ).ready (function () {
346
346
var schemaWrapper = { { { jsonSchema} } } ;
347
- var schema = schemaWrapper.content[{ { contentType} } ].schema;
347
+ var schema = schemaWrapper.content[" { { contentType} } " ].schema;
348
348
if (schema.$ref != null) {
349
349
schema = defsParser.$refs .get(schema.$ref );
350
350
} else {
Original file line number Diff line number Diff line change 5
5
<script >
6
6
$ (document ).ready (function () {
7
7
var schemaWrapper = { { { jsonSchema} } } ;
8
- var schema = schemaWrapper.content[{ { contentType} } ].schema;
8
+ var schema = schemaWrapper.content[" { { contentType} } " ].schema;
9
9
if (schema.$ref != null) {
10
10
schema = defsParser.$refs .get(schema.$ref );
11
11
} else {
You can’t perform that action at this time.
0 commit comments