From c8e84436c9cf7163cfba3970759fc90469b21b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20MAIMON?= Date: Wed, 11 Oct 2017 09:43:55 +0200 Subject: [PATCH] Add {{ item.cssClass }} --- public/themes/material/plugins/menu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/material/plugins/menu.html b/public/themes/material/plugins/menu.html index 6e006ded..e46f4abc 100644 --- a/public/themes/material/plugins/menu.html +++ b/public/themes/material/plugins/menu.html @@ -13,11 +13,11 @@ {% endif %} - {{ item.html }} + {{ item.html }} {% endfor %} {% endif %} {% endfor %} -{% endspaceless %} \ No newline at end of file +{% endspaceless %}