Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pipwerks committed Feb 14, 2024
1 parent 33ea67a commit f4b7e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tests/conditional-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>PDFObject Example: Invoking conditional JavaScript upon successful embed</h1

let el = document.querySelector("#results");
el.classList.add((myPDF) ? "success" : "fail");
el.innerHTML = (myPDF) ? "PDFObject successfully added an &lt;embed> element to the page!" : "Uh-oh, the embed didn't work.";
el.innerHTML = (myPDF) ? "PDFObject successfully added an &lt;iframe> element to the page!" : "Uh-oh, the embed didn't work.";
</script>
</body>
</html>

0 comments on commit f4b7e99

Please sign in to comment.