From 2e790c7c496f0ed451be3609fe904d33848ae220 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 23 Sep 2024 22:11:06 +0000 Subject: [PATCH] Bug 37972: (QA follow-up) Add missing filter Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index ab72442ba2..b6780c18f5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -1389,7 +1389,7 @@ }); [% IF ( tab ) %] - $("#opac-user-views #[% tab %]-tab").tab("show"); + $("#opac-user-views #[% tab | html %]-tab").tab("show"); [% END %] if( $("#opac-user-views .tab-pane.active").length < 1 ){ -- 2.39.5