-
-
@@ -90,7 +88,6 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-
diff --git a/scripts/pre-build/library/transformExample.js b/scripts/pre-build/library/transformExample.js
index b96274947..f431c8996 100644
--- a/scripts/pre-build/library/transformExample.js
+++ b/scripts/pre-build/library/transformExample.js
@@ -68,13 +68,7 @@ const transformExample = async (sourcePath, sourceContents) => {
const getNotice = await loadedNotice;
const notice = await getNotice(sourcePath);
- html.querySelector("body").insertAdjacentHTML(
- "afterbegin",
- `
-
- ${notice}
- `
- );
+ html.querySelector("body").insertAdjacentHTML("afterbegin", notice);
const relatedLinksElement = html.querySelector(
'[aria-label="Related Links"]'