Sfoglia il codice sorgente

Fixed typo in tab menu template

Hugo Briand 10 anni fa
parent
commit
d20eb2c829
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 %}