Skip to content

Commit

Permalink
unescape &
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Sep 9, 2023
1 parent 7d0c2fd commit 57e5b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/embed-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ <h3>Source code:</h3>
<script>
'use strict'
const source = document.getElementById('source')
source.textContent = document.querySelector('main').innerHTML
source.textContent = document.querySelector('main').innerHTML.replace(/&amp;/g, '&')
</script>

0 comments on commit 57e5b7d

Please sign in to comment.