From 60f9cc3c9fd1df2cdb94dc87cd3fbe8ab41214fb Mon Sep 17 00:00:00 2001
From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Tue, 20 Aug 2024 13:22:25 +0900
Subject: [PATCH] add appropriate attributes to embed html
---
packages/frontend/src/scripts/get-embed-code.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/frontend/src/scripts/get-embed-code.ts b/packages/frontend/src/scripts/get-embed-code.ts
index 3a3b51fef4..980fbe1b68 100644
--- a/packages/frontend/src/scripts/get-embed-code.ts
+++ b/packages/frontend/src/scripts/get-embed-code.ts
@@ -52,7 +52,7 @@ export function getEmbedCode(path: string, params?: EmbedParams): string {
}
const iframeCode = [
- ``,
+ ``,
``,
];
return iframeCode.join('\n');