https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17068 Bug ID: 17068 Summary: empty list item in opac-reserves.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: ephetteplace@cca.edu QA Contact: testopia@bugs.koha-community.org There's an empty <li> in opac-reserves.tt around line 280: </li> [% END # / IF OpacHoldNotes %] <li> </li> [% IF bibitemloo.itemholdable %] <!-- ITEM HOLDS --> etc... I'll add a patch in a bit that just deletes this tag. Testing plan: - sign in as user, go to place a hold - view source on the holds page, find empty <li> in between the "hold notes" textarea and the <!-- ITEM HOLDS --> comment - apply patch - revisit holds page - no more empty list item -- You are receiving this mail because: You are watching all bug changes.