From 0e6f3d3a1858d28a54afd343da5188f613dfbc2a Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 29 Aug 2023 07:59:05 -1000 Subject: [PATCH] Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc Content-Type: text/plain; charset=utf-8 In OPAC template masthead-langmenu.inc a link as two class attributes : Test plan : 1) Go to OPAC with at least one translation 2) Look at HTML source code => Without patch you see a link with 2 class attributes => With patch you see the 2 classes in same class attribute Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc index de27ee097b..daf4e9de6e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc @@ -20,7 +20,7 @@ [% ELSE %] [% IF ( languages_loo.group_enabled ) %] [% IF ( languages_loo.current ) %] - + [% IF ( languages_loo.native_description ) %] [% languages_loo.native_description | html %] [% ELSE %] -- 2.30.2