From 380de6f6056006c8fa1255761e5b4dc59b29f131 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 26 Feb 2021 11:23:36 +0100 Subject: [PATCH] LP: Fix missing icon BT#18496 --- main/template/default/learnpath/menubar.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/template/default/learnpath/menubar.tpl b/main/template/default/learnpath/menubar.tpl index 8c9f34c603..9c0ae18ab1 100644 --- a/main/template/default/learnpath/menubar.tpl +++ b/main/template/default/learnpath/menubar.tpl @@ -15,7 +15,7 @@ {% set icon_expand = "fa-compress" %} {% if lp_mode == 'embedframe' %} {% set label = "Expand" | get_lang %} - {% set icon_expand = "fa-collapse" %} + {% set icon_expand = "fa-expand" %} {% endif %}