theme: remove HTML validation errors

This commit is contained in:
Sören Weber 2023-09-21 21:34:02 +02:00
parent 660fd1c8d4
commit e7eb9aa366
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
6 changed files with 7 additions and 7 deletions
static/js

View file

@ -432,7 +432,7 @@ function initOpenapi( update, attrs ){
activated: true,
theme: swagger_code_theme,
},
url: oc.getAttribute('openapi-url'),
url: oc.dataset.openapiUrl,
validatorUrl: 'none',
});
})