mirror of https://github.com/vector-im/riot-web
Merge pull request #6154 from rugk/patch-2
Fix syntax error of wrong use of self-closing HTML tagpull/6244/head
commit
15b7af9a84
|
@ -71,7 +71,7 @@
|
|||
<source src="media/busy.ogg" type="audio/ogg" />
|
||||
<source src="media/busy.mp3" type="audio/mpeg" />
|
||||
</audio>
|
||||
<audio id="remoteAudio"/>
|
||||
<audio id="remoteAudio"></audio>
|
||||
<!-- let CSS themes pass constants to the app -->
|
||||
<div id="mx_theme_accentColor"></div><div id="mx_theme_secondaryAccentColor"/></div><div id="mx_theme_tertiaryAccentColor"/></div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue