From 9c32767cdfd7050c2fb2530a88ab511a5026e832 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 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8c63a4bb049b663bb94769b5f5e78ba85ca9918f) Signed-off-by: Fridolin Somers (cherry picked from commit e61fd088d32f568efacc528acadf8c9e3f5dbc0e) Signed-off-by: Matt Blenkinsop --- 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.39.2