https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41497 Bug ID: 41497 Summary: ul.patronbriefinfo inconsistent in coding structure Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com on circulation.pl and moremember.pl, the ul.patronbriefinfo list on the left of the screens is formatted inconsistently. <li> <span class="patronupdatedon">Updated on 10/17/2025 12:15 AM</span> </li> should be formatted as: <li class="patronupdatedon"> Updated on 10/17/2025 12:15 AM</li> This would match the rest of the list items in that list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.