Skip to content

Commit ba7991d

Browse files
authored
Fix syntax error of wrong use of self-closing HTML tag
Firefox complaint about this in the source code view:
1 parent 9e614a5 commit ba7991d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
<source src="media/busy.ogg" type="audio/ogg" />
7373
<source src="media/busy.mp3" type="audio/mpeg" />
7474
</audio>
75-
<audio id="remoteAudio"/>
75+
<audio id="remoteAudio"></audio>
7676
</body>
7777
</html>

0 commit comments

Comments
 (0)