Browse Source

Merge pull request #2373 from Bladrak/fix_typo

Fixed typo in tab menu template
Andrej Hudec 10 years ago
parent
commit
043287cbe3
1 changed files with 1 additions and 1 deletions
  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 %}