Procházet zdrojové kódy

Fixed typo in tab menu template

Hugo Briand před 10 roky
rodič
revize
d20eb2c829

+ 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 %}