File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ function initOpenapi(update, attrs) {
472472 const oi = document . createElement ( 'iframe' ) ;
473473 oi . id = openapiIframeId ;
474474 oi . classList . toggle ( 'sc-openapi-iframe' , true ) ;
475- oi . srcdoc = `<!doctype html>
475+ oi . srcdoc = `<!DOCTYPE html>
476476<html id="R-html" class="relearn ${ swagger_theme } -mode" lang="${ lang } " dir="${ isRtl ? 'rtl' : 'ltr' } " data-r-output-format="${ format } " data-r-theme-variant="${ variant } ">
477477 <head>
478478 <meta charset="utf-8">
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ async function run() {
7070 await preview . setViewport ( { width : vw2 , height : vh2 } ) ;
7171
7272 const html = `
73- <!doctype html>
73+ <!DOCTYPE html>
7474 <html>
7575 <head>
7676 <meta charset="utf-8" />
You can’t perform that action at this time.
0 commit comments