diff --git a/static/js/theme.js b/static/js/theme.js index 130d0c6af6..b93432a529 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -434,7 +434,7 @@ function initOpenapi(update, attrs) { const oi = document.createElement('iframe'); oi.id = openapiIframeId; oi.classList.toggle('sc-openapi-iframe', true); - oi.srcdoc = '' + '' + '
' + '' + '' + '' + '' + '' + '' + 'Collapse all' + 'Expand all' + '' + '' + '' + ''; + oi.srcdoc = '' + '' + '' + '' + '' + '' + '' + '' + '' + 'Collapse all' + 'Expand all' + '' + '' + '' + ''; oi.height = '100%'; oi.width = '100%'; oi.onload = function () {