From 78c9726f2fac15633a192bbad689266ec9198c7c Mon Sep 17 00:00:00 2001 From: Emmi Takkinen Date: Mon, 4 Aug 2025 12:41:49 +0300 Subject: [PATCH 3/3] Bug 34142: Add missing whitespace --- .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc index 1048f0d396..819d4d5311 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -444,7 +444,7 @@ if ( row.sub_location ) { nodes += ''; let sub_location_str = av_subloc.get(row.sub_location.toString()); - nodes += '(%s)'.format(escape_str(sub_location_str)); + nodes += ' (%s)'.format(escape_str(sub_location_str)); nodes += ''; } nodes += ''; -- 2.34.1