Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac14e92

Browse files
committed
Tweak
1 parent b1e9497 commit ac14e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/views/menu.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% else %}
77
<a href="{{ item.linkUrl }}" class="{{ item.cssClass }}" target="{{ item.linkTarget }}" rel="{{ item.linkRel }}" referrerpolicy="origin-when-cross-origin">
88
{% if item.icon is not empty %}<i class="menu-icon fa-fw {{ item.icon }}"></i>{% endif %}
9-
<span>{{ item.label | raw }}</span>
9+
<span>{{ item.label|raw }}</span>
1010
{% if item.hasSubItems %}<i class="fa fa-fw fa-angle-right treeview-icon"></i>{% endif %}
1111
</a>
1212
{% endif %}

0 commit comments

Comments
 (0)