Skip to content

Commit

Permalink
Merge pull request #7454 from vector-im/dbkr/double_closing_tags
Browse files Browse the repository at this point in the history
Fix double-closed tags
  • Loading branch information
bwindels authored Oct 4, 2018
2 parents 92b2980 + a356264 commit 4d3df8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
</audio>
<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>
<div id="mx_theme_accentColor"></div><div id="mx_theme_secondaryAccentColor"></div><div id="mx_theme_tertiaryAccentColor"></div>
</body>
</html>

0 comments on commit 4d3df8b

Please sign in to comment.