From 269abe19ea01ccb08a8315facbe021b11ca89074 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 9 Jan 2022 10:49:44 +0000 Subject: [PATCH] Bug 6734: (QA follow-up) Fix punctuation and TT filters * Changes Location : to Location: * Removes html_line_break filter, as location is not multi-line Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt index 3e1c02c968..9e6a36166c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ -133,7 +133,7 @@

[% subscription_LOO.branchname | html %]

[% IF ( subscription_LOO.location ) %] -

Location : [% AuthorisedValues.GetByCode( 'LOC', subscription_LOO.location, 1 ) | html | html_line_break %]

+

Location: [% AuthorisedValues.GetByCode( 'LOC', subscription_LOO.location, 1 ) | html %]

[% END %] [% IF ( subscription_LOO.notes ) %] -- 2.30.2