Fix syntax error of wrong use of self-closing HTML tag
Firefox complaint about this in the source code view:
This commit is contained in:
parent
9e614a54da
commit
ba7991deba
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,6 @@
|
||||||
<source src="media/busy.ogg" type="audio/ogg" />
|
<source src="media/busy.ogg" type="audio/ogg" />
|
||||||
<source src="media/busy.mp3" type="audio/mpeg" />
|
<source src="media/busy.mp3" type="audio/mpeg" />
|
||||||
</audio>
|
</audio>
|
||||||
<audio id="remoteAudio"/>
|
<audio id="remoteAudio"></audio>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue