Bugzilla – Attachment 166722 Details for
Bug 35285
Centralise notice content wrapping for HTML output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35285: (QA follow-up) Tidy
Bug-35285-QA-follow-up-Tidy.patch (text/plain), 963 bytes, created by
Nick Clemens (kidclamp)
on 2024-05-14 18:05:47 UTC
(
hide
)
Description:
Bug 35285: (QA follow-up) Tidy
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-14 18:05:47 UTC
Size:
963 bytes
patch
obsolete
>From efc2e70c6d56fd70b52868d936b0c5d232978834 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 14 May 2024 18:02:49 +0000 >Subject: [PATCH] Bug 35285: (QA follow-up) Tidy > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/Koha/Notice/Message.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Notice/Message.t b/t/db_dependent/Koha/Notice/Message.t >index 94c383f3b75..d5ebe527882 100755 >--- a/t/db_dependent/Koha/Notice/Message.t >+++ b/t/db_dependent/Koha/Notice/Message.t >@@ -207,7 +207,8 @@ WRAPPED > } > ); > >- $wrapped_compare = "<div style=\"white-space: pre-wrap;\">This is a test template using borrower $borrowernumber</div>"; >+ $wrapped_compare = >+ "<div style=\"white-space: pre-wrap;\">This is a test template using borrower $borrowernumber</div>"; > > $message = Koha::Notice::Messages->find($message_id); > is( >-- >2.39.2
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 35285
:
158657
|
158658
|
158889
|
158890
|
158891
|
158960
|
158961
|
158962
|
166329
|
166330
|
166331
|
166332
|
166333
|
166334
|
166348
|
166349
|
166350
|
166356
|
166357
|
166358
|
166719
|
166720
|
166721
| 166722