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:
parent
898d96adb9
commit
1f5d1beddd
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue