From db6a9ff434d0491e140d553a9fe7d4b7f238d986 Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Date: Thu, 5 Nov 2020 11:34:54 +0000
Subject: [PATCH] Bug 25462: (follow-up) Remove <br /> as it is no longer
needed
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
---
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 -
1 file changed, 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
index 61512f06f7..1f9d0241dc 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
@@ -352,7 +352,6 @@
<td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td>
<td class="homebranch">
<span class="homebranchdesc">[% Branches.GetName(item.homebranch) | html %]</span>
- <br />
<span class="shelvingloc">
<!--
If permanent location is defined, show description or code and display current location in parentheses. If not, display current location.
--
2.20.1