Skip to content

Commit

Permalink
Run Prettier on copy-as-link.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Sep 27, 2024
1 parent b81f924 commit e38d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarklets/copy-as-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function xmlescape(x) {
}

const contentHTML = `<a href="${xmlescape(window.location.href)}">${xmlescape(
document.title
document.title,
)}</a>`;
const contentPlain = document.title;

Expand Down

0 comments on commit e38d0a4

Please sign in to comment.