Skip to content

Commit

Permalink
Clean up a quote mark
Browse files Browse the repository at this point in the history
  • Loading branch information
rsolomakhin committed Oct 22, 2024
1 parent 5fb04dd commit f273851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr/picture-in-picture/payment-handler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<h1>Picture-in-Picture test for Web Payment Handler</h1>
<p><button onclick="togglePictureInPicture()">Toggle Picture-in-Picture</button></p>
<p><button onclick="onBuyClicked()">Launch Payment Handler</button></p>
<p><a href="pr.js">View source"</a></p>
<pre id="msg"></pre>
<p><a href="pr.js">View js source</a></p>
<div id="video-container">
<video src="../../assets/picture-in-picture/bigbuckbunny.mp4" id="video" muted autoplay loop width="300"></video>
<div id="video-description">
Expand Down

0 comments on commit f273851

Please sign in to comment.