Bugzilla – Attachment 111737 Details for
Bug 26592
XSS vulnerability when ysearch is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26592: (follow-up) fix typo
Bug-26592-follow-up-fix-typo.patch (text/plain), 1.23 KB, created by
Jonathan Druart
on 2020-10-15 13:42:33 UTC
(
hide
)
Description:
Bug 26592: (follow-up) fix typo
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-10-15 13:42:33 UTC
Size:
1.23 KB
patch
obsolete
>From c69aeabdd5e5a094422507ea57f8f33f3b33b139 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 15 Oct 2020 15:42:09 +0200 >Subject: [PATCH] Bug 26592: (follow-up) fix typo > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >index 2323f83770..ac357404ea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc >@@ -108,7 +108,7 @@ > } > itemString += ( item.address ? item.address.escapeHtml() : "" ) + " " > + ( item.city ? item.city.escapeHtml() : "" ) + " " >- + ( item.zipcode ? item.city.escapeHtml() : "" ) + " " >+ + ( item.zipcode ? item.zipcode.escapeHtml() : "" ) + " " > + ( item.country ? item.country.escapeHtml() : "" ) > + "</small></a>"; > return $( "<li></li>" ) >-- >2.20.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 26592
:
111026
|
111075
|
111384
|
111385
|
111386
|
111722
| 111737 |
112595