Since Bug 27613, in OPAC results display title and author not on same line anymore. Looks like it comes from : https://git.koha-community.org/Koha-community/Koha/src/commit/816bbbe77f47688ee79f6664e60cc72ce5d7dd4a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss#L91
You can see in our demo 22.11 : https://catalogue-v2211-koha.demo.biblibre.eu
Created attachment 151664 [details] Screenshot showing author information duplicated on the same line This change was intentional. Many of the titles I was testing with had data in MARC21's 245c, statement of responsibility, and in many cases that field is a duplicate of the author information.
Created attachment 151665 [details] Screenshot showing a large block of author information on the same line In other cases the author information runs on for so many lines that it creates a confusing block of text. The line break helps that be more readable.
(In reply to Owen Leonard from comment #2) > Created attachment 151664 [details] > Screenshot showing author information duplicated on the same line > > This change was intentional. Ahhh OK no problem. We should do the same in staff interface maybe. I will close after some time.
(In reply to Fridolin Somers from comment #4) > We should do the same in staff interface maybe. The staff interface already has this.
(In reply to Owen Leonard from comment #5) > (In reply to Fridolin Somers from comment #4) > > We should do the same in staff interface maybe. > > The staff interface already has this. Ah but not UNIMARC.
(In reply to Fridolin Somers from comment #6) > (In reply to Owen Leonard from comment #5) > > (In reply to Fridolin Somers from comment #4) > > > We should do the same in staff interface maybe. > > > > The staff interface already has this. > > Ah but not UNIMARC. Should we rewrite the bug to be about making the same change for UNIMARC?
People are now used to it. They can easily change with CSS. Lets keep it that way ;)