Преглед на файлове

Fixed typo in tab menu template

Hugo Briand преди 10 години
родител
ревизия
d20eb2c829
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/views/Core/tab_menu_template.html.twig

+ 1 - 1
Resources/views/Core/tab_menu_template.html.twig

@@ -92,7 +92,7 @@
 {% endblock %}
 
 {% block spanElement %}
-    <span>{{ macros.attributes(item.labelAttributes) }}>
+    <span {{ macros.attributes(item.labelAttributes) }}>
         {% if item.attribute('icon') is not empty  %}
             <i class="{{ item.attribute('icon') }}"></i>
         {% endif %}