Remove meaningless src=""

This commit is contained in:
mike-000
2022-01-22 23:08:31 +00:00
committed by GitHub
parent 30d27a1d59
commit 29da609dab

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>