diff --git a/pkg/extension/src/scripts/content/prepare-content.js b/pkg/extension/src/scripts/content/prepare-content.js index 5a5336267..03380601a 100644 --- a/pkg/extension/src/scripts/content/prepare-content.js +++ b/pkg/extension/src/scripts/content/prepare-content.js @@ -150,7 +150,7 @@ * capture them separately and concatenate them here with head and body tags * preserved. */ - const contentCopyHtml = `${document.head.innerHTML}${contentCopyEl.innerHTML}` + const contentCopyHtml = `${document.head.innerHTML}${contentCopyEl.innerHTML}` // Cleaning up the copy element contentCopyEl.remove() return contentCopyHtml