Bugzilla – Attachment 38718 Details for
Bug 14044
Backslashes ( and possibly other characters ) break patron search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14044: Don't escape html characters
Bug-14044-Dont-escape-html-characters.patch (text/plain), 1.81 KB, created by
Jonathan Druart
on 2015-04-30 08:06:58 UTC
(
hide
)
Description:
Bug 14044: Don't escape html characters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-30 08:06:58 UTC
Size:
1.81 KB
patch
obsolete
>From f626925f14fc176ff55abbe05aada08cf62a77ec Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 30 Apr 2015 10:06:25 +0200 >Subject: [PATCH] Bug 14044: Don't escape html characters > >--- > .../intranet-tmpl/prog/en/modules/members/tables/guarantor_search.tt | 2 +- > .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/guarantor_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/guarantor_search.tt >index dbe1af4..33cb95f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/guarantor_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/guarantor_search.tt >@@ -31,5 +31,5 @@ > [%~ IF data.zipcode %][% SET address = address _ data.zipcode _ ' ' %][% END %] > [%~ IF data.country %][% SET address = address _ data.country _ ' ' %][% END %] > [%~ SET address = address _ Branches.GetName( data.branchcode ) %] >-[%~ To.json( address ) | html ~%] >+[%~ To.json( address ) ~%] > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >index 236dcc3..f4dcc61 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt >@@ -40,5 +40,5 @@ > [%~ IF data.streettype %][% address = address _ AuthorisedValues.GetByCode( 'ROADTYPE', data.streettype ) _ ' ' %][% END %] > [%~ IF data.address %][% address = address _ data.address _ ' ' %][% END %] > [%~ IF data.address2 %][% address = address _ data.address2 _ ' ' %][% END %] >-[%~ To.json( address ) | html ~%] >+[%~ To.json( address ) ~%] > [% END %] >-- >2.1.0
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 14044
:
38340
|
38343
|
38542
|
38641
|
38671
|
38718
|
38790
|
38791