From ddb34826f24b83bbd0b685fd62d86b9e20b10b50 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 30 May 2024 12:32:51 +0200 Subject: [PATCH] fix: tabs special characters --- src/unfold/templates/unfold/helpers/fieldsets_tabs.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/unfold/templates/unfold/helpers/fieldsets_tabs.html b/src/unfold/templates/unfold/helpers/fieldsets_tabs.html index e0184cc0..787e6517 100644 --- a/src/unfold/templates/unfold/helpers/fieldsets_tabs.html +++ b/src/unfold/templates/unfold/helpers/fieldsets_tabs.html @@ -7,8 +7,8 @@ {% for fieldset in tabs %}
  • + x-on:click="openTab = '{{ forloop.counter0 }}-{{ fieldset.name|slugify }}'" + x-bind:class="openTab == '{{ forloop.counter0 }}-{{ fieldset.name|slugify }}'{% if forloop.first %} || openTab == null{% endif %} ? 'text-gray-700 dark:text-white' : ''"> {{ fieldset.name }}
  • @@ -16,8 +16,8 @@ {% for fieldset in tabs %} -
    +
    {% include 'admin/includes/fieldset.html' %}
    {% endfor %}