In the Author part of the OPAC results/OPAC details the "by" part is not contained by a <span>. Many librarians ask to remove this bit or style it differently from the author name. "By" should be its own class in both the OPAC search results and OPAC details page.
Created attachment 93343 [details] [review] Bug 23694: Author "By" should have its own class TEST PLAN: 1. Go to OPAC details and results on a record which inlcudes an author. Attempt to inspect the element of the "by" text/ 2. Notice it exists outside of a <span> or <div>. 3. Apply patch. 4. Inscept the element again and it should be inside of a <span> with a class of 'byAuthor'. 5. Add this CSS to the OPACUserCSS '.byAuthor { display: none;}'. 6. Reload the OPAC results/details and notice that the 'by' bit is now hidden.
Created attachment 93742 [details] [review] Bug 23694: Author "By" should have its own class Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Created attachment 93839 [details] [review] Bug 23694: Author "By" should have its own class Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 93840 [details] [review] Bug 23694: (QA follow-up) Add new class for 'by' to intranet XSLT Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Nice work! Pushed to master for 19.11.00