Bug 20214: (bug 18403 follow-up) Fix patron search: remove newline breaking JSON

== Test plan ==
1. go/cgi-bin/koha/members/members-home.pl
2. search "a"
3. result never display
4. apply patch
5. search "a"
3. result display

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Victor Grousset 2018-02-15 16:06:03 +01:00 committed by Jonathan Druart
parent 205c55b1d2
commit ebccf7424e

View file

@ -27,7 +27,7 @@
[%- SET data.title = title -%]
[%- END -%]
[%# Parameter no_html - if 1, the html tags are NOT generated %]
[% IF data.title %]
[%- IF data.title %]
[%- IF no_html %]
[%- span_start = '' %]
[%- span_end = '' %]