Bugzilla – Attachment 161352 Details for
Bug 35893
Missing closing li HTML tag in opac.pref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35893: Add missing </li> in opac.pref
Bug-35893-Add-missing-li-in-opacpref.patch (text/plain), 1.77 KB, created by
Matt Blenkinsop
on 2024-01-24 16:29:16 UTC
(
hide
)
Description:
Bug 35893: Add missing </li> in opac.pref
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-01-24 16:29:16 UTC
Size:
1.77 KB
patch
obsolete
>From 24c008b65ae077401ea8fde255770b2c8a644291 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 24 Jan 2024 10:46:55 -0300 >Subject: [PATCH] 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> >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index 66275fde05e..1056c79a155 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -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>" >-- >2.37.1 (Apple Git-137.1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35893
:
161332
|
161352
|
161388