From 5139711ae9da8291108d1671dd681b020b77d218 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Wed, 9 Oct 2024 16:49:41 +0200 Subject: [PATCH] remove html entity in select menu --- scipost_django/common/templates/htmx/dynsel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost_django/common/templates/htmx/dynsel.html b/scipost_django/common/templates/htmx/dynsel.html index 09dcfd03f..91556f2a4 100644 --- a/scipost_django/common/templates/htmx/dynsel.html +++ b/scipost_django/common/templates/htmx/dynsel.html @@ -5,7 +5,7 @@ hx-get="{% url "common:empty" %}" hx-swap="outerHTML" hx-target="next option[selected]"> - <span class="text-body"></span> + <span class="text-body text-muted">x</span> </div> {% include "django/forms/widgets/select.html" %} -- GitLab