浏览代码

Merge pull request #2373 from Bladrak/fix_typo

Fixed typo in tab menu template
Andrej Hudec 10 年之前
父节点
当前提交
043287cbe3
共有 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 %}