From d5d99940f62bcce6ee6c33d59b42527b55479093 Mon Sep 17 00:00:00 2001 From: tiamak Date: Tue, 28 Apr 2026 07:58:53 +0000 Subject: [PATCH] Normalize special characters in mega menu templates --- views/css/megamenu.css | 2 +- views/templates/hook/megamenu.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/css/megamenu.css b/views/css/megamenu.css index 73bde04..cb81be4 100644 --- a/views/css/megamenu.css +++ b/views/css/megamenu.css @@ -170,7 +170,7 @@ } .adv-megamenu__manual-tree li.has-submenu > a::after { - content: '›'; + content: '\203A'; position: absolute; top: 50%; right: 0.15rem; diff --git a/views/templates/hook/megamenu.tpl b/views/templates/hook/megamenu.tpl index 30de56a..36241f0 100644 --- a/views/templates/hook/megamenu.tpl +++ b/views/templates/hook/megamenu.tpl @@ -198,7 +198,7 @@ {$child.title|escape:'htmlall':'UTF-8'} {if $child.children|count || $child.category_branch|count || $child.layouts|count || $child.type == 'rich_content'} - + {/if} @@ -329,7 +329,7 @@
{l s='Menu' d='Modules.Advancedmegamenu.Shop'} - +
@@ -341,7 +341,7 @@