From dcf374daa2735dc5f6443d6c83d22a74101e2aea Mon Sep 17 00:00:00 2001 From: Safat Date: Fri, 6 Mar 2026 11:23:23 +1100 Subject: [PATCH] MDL-88141 theme_boost: Fix borders for navbar --- public/theme/boost/templates/navbar.mustache | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/theme/boost/templates/navbar.mustache b/public/theme/boost/templates/navbar.mustache index a3239204976..cba0f853cc5 100644 --- a/public/theme/boost/templates/navbar.mustache +++ b/public/theme/boost/templates/navbar.mustache @@ -94,9 +94,11 @@
{{/langmenu}} {{{ output.edit_switch }}} - {{{ output.navbar_plugin_output }}} - {{#usermenu}} + {{# output.navbar_plugin_output }} + {{{ . }}}
+ {{/output.navbar_plugin_output}} + {{#usermenu}}
{{> core/user_menu }}