Bugzilla – Attachment 177974 Details for
Bug 39112
Item search returns error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39112: Force the response on a single line
Bug-39112-Force-the-response-on-a-single-line.patch (text/plain), 967 bytes, created by
Jonathan Druart
on 2025-02-12 21:11:18 UTC
(
hide
)
Description:
Bug 39112: Force the response on a single line
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-12 21:11:18 UTC
Size:
967 bytes
patch
obsolete
>From cf40af4195db39d1b87ce758731e2afb537877eb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 12 Feb 2025 22:10:03 +0100 >Subject: [PATCH] Bug 39112: Force the response on a single line > >We don't need an empty blank line. > >Might not have been caused by the tidy > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt >index bb39b1b3c77..69bcf7f4e6e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_json.tt >@@ -5,4 +5,4 @@ > [% UNLESS loop.last %],[% END %] > [% END %] > ] } >-[% END %] >+[% END ~%] >-- >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 39112
:
177952
|
177953
|
177973
| 177974