https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25462 --- Comment #3 from David Roberts <david.roberts@ptfs-europe.com> --- (In reply to Katrin Fischer from comment #2)
I think instead of hardcoding a <br> here this cold be possibly solved by CSS instead (display:block?) With your patch there would always be a new line, even if there is no location.
It might be something got lost there at some point as we definitely have a new line in our older versions. I am adding Owen - he might have an idea what changed.
My knowledge of CSS isn't good enough to do that, sadly! I take your point about the permanent new line though. Perhaps something like this might work instead (I haven't tested this, it's just an idea at the moment!) [% IF (item.location) %] <br /> <span class="shelvingloc"> [% END %] -- You are receiving this mail because: You are watching all bug changes.