Merge pull request #7454 from vector-im/dbkr/double_closing_tags
Fix double-closed tagspull/7459/head
						commit
						4d3df8b86b
					
				|  | @ -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> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Bruno Windels
						Bruno Windels