Bugzilla – Attachment 158833 Details for
Bug 35187
Fix line breaks in some HTML notices, including WELCOME
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35187: [23.05] (follow-up) Fix missing line breaks in WELCOME notice
Bug-35187-2305-follow-up-Fix-missing-line-breaks-i.patch (text/plain), 1.10 KB, created by
Jonathan Druart
on 2023-11-11 10:04:54 UTC
(
hide
)
Description:
Bug 35187: [23.05] (follow-up) Fix missing line breaks in WELCOME notice
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-11-11 10:04:54 UTC
Size:
1.10 KB
patch
obsolete
>From e867c7207bd16fb018052945cb83a146fa3192a1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 11 Nov 2023 11:04:06 +0100 >Subject: [PATCH] Bug 35187: [23.05] (follow-up) Fix missing line breaks in > WELCOME notice > >yaml was broken because of extra space >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 500d379f183..c541845daed 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -1426,7 +1426,7 @@ tables: > - "<br>" > - "Your library card number is [% borrower.cardnumber %]<br>" > - "<br>" >- - "If you have any problems or questions regarding your account, please contact the library." >+ - "If you have any problems or questions regarding your account, please contact the library." > > - module: members > code: 2FA_OTP_TOKEN >-- >2.34.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 35187
:
158049
|
158050
|
158055
|
158509
|
158510
|
158813
| 158833