mdn / samples-server

MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
https://developer.mozilla.org/
Creative Commons Zero v1.0 Universal
957 stars 930 forks source link

Remove extra double-quote character from chatbox iframe id attribute #80

Open indiebrain opened 5 years ago

indiebrain commented 5 years ago

This repository is used in the WebRTC - Signaling and Video Calling tutorial. Working through this tutorial requires the reader to modify the document to add video related components. Upon doing so, my editor indicated a problem parsing the structure of the document due to the extra double-quote character in the iframe#chatbox element.