Fix syntax error of wrong use of self-closing HTML tag

Firefox complaint about this in the source code view:
pull/6154/head
rugk 2018-02-15 02:36:05 +01:00 提交者 GitHub
父节点 9e614a54da
当前提交 ba7991deba
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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>