https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23694 --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 93343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93343&action=edit 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. -- You are receiving this mail because: You are watching all bug changes.