Skip to content

Commit 882ab70

Browse files
committed
rework self-closing tags
1 parent 36d31e6 commit 882ab70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/over-the-top.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function initBorderLands() {
3939
const lang = topDoc.documentElement.lang;
4040
const colorScheme = topDoc.documentElement.style.colorScheme;
4141
const root = topDoc.createElement('html');
42-
root.innerHTML = `<body style="margin:0; overflow=clip"><iframe width=${innerWidth} height=${innerHeight} style="border:0" src="${location.href}"/>`;
42+
root.innerHTML = `<body style="margin:0; overflow=clip"><iframe width=${innerWidth} height=${innerHeight} style="border:0" src="${location.href}"></iframe>`;
4343
crossing.iframe = root.querySelector<HTMLIFrameElement>('iframe')!;
4444
root.lang = lang;
4545
root.style.overflow = 'clip';

0 commit comments

Comments
 (0)