Merge pull request #13271 from mike-000/utfgrid

Remove unneeded `src=""`
This commit is contained in:
Andreas Hocevar
2022-01-23 11:11:12 +01:00
committed by GitHub

View File

@@ -15,6 +15,6 @@ cloak:
<!-- Overlay with the country info -->
<div id="country-info">
<div id="country-name">&nbsp;</div>
<img id="country-flag" src="" />
<img id="country-flag" />
</div>
</div>