From 79bc0fa2b72528739be07997aa3d60f64637a3dc Mon Sep 17 00:00:00 2001 From: Pedro Moreno Date: Fri, 10 Feb 2023 16:37:22 +0100 Subject: [PATCH] Remove span from p.menu --- templates/macros/topmenu.html.twig | 3 +-- templates/partials/navigation.html.twig | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/macros/topmenu.html.twig b/templates/macros/topmenu.html.twig index 80258a0..80319b5 100644 --- a/templates/macros/topmenu.html.twig +++ b/templates/macros/topmenu.html.twig @@ -8,10 +8,9 @@ {% if p.header.icon %} {% endif %} - {{ p.menu }} + {{ p.menu }} {% if p.routable ?? false %}  {% endif %} -