Bug 35893: Add missing </li> in opac.pref

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Tomás Cohen Arazi 2024-01-24 10:46:55 -03:00 committed by Katrin Fischer
parent 898d96adb9
commit 1f5d1beddd
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -648,7 +648,7 @@ OPAC:
- "<p>Example: [14] Deletes unaccepted private list share invites older than 14 days.</p>"
- "<p><strong>WARNING</strong>: Unaccepted private list shares are deleted using these priorities:"
- "<ul>"
- "<li>First priority: Use the --list-invites parameter when the cleanup_database.pl cronjob is run with a --list-invites parameter defining a number of days."
- "<li>First priority: Use the --list-invites parameter when the cleanup_database.pl cronjob is run with a --list-invites parameter defining a number of days.</li>"
- "<li>Second priority: Use the PurgeListShareInvitesOlderThan system preference when it contains a value.</li>"
- "<li>Third priority: Use a default of 14 days when the cleanup_database.pl cronjob is run with a --list-invites parameter, but no value AND the PurgeListShareInvitesOlderThan system preference is empty.</li>"
- "</ul>"