Fix closing button tag for promotion banner

See #11554
pull/11614/head
LB Johnston 2024-02-08 07:03:10 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 025249aab7
commit d5385033fc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,7 @@
<br>June 2024 in Philadelphia, USA
</div>
</a>
<button class="close" aria-label="Hide banner" aria-expanded="true" type="button" data-clear>&#x2715;</span>
<button class="close" aria-label="Hide banner" aria-expanded="true" type="button" data-clear>&#x2715;</button>
</div>
</template>
{% endblock %}