Bugzilla – Attachment 122649 Details for
Bug 28673
An encoded ampersand missing the ampersand
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28673: Add missing ampersand to amp; construction
Bug-28673-Add-missing-ampersand-to-amp-constructio.patch (text/plain), 2.08 KB, created by
Marcel de Rooy
on 2021-07-07 12:43:28 UTC
(
hide
)
Description:
Bug 28673: Add missing ampersand to amp; construction
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-07-07 12:43:28 UTC
Size:
2.08 KB
patch
obsolete
>From f17aff4640a427bfc3e3c4b8fe386e571c3d3f04 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 7 Jul 2021 12:38:48 +0000 >Subject: [PATCH] Bug 28673: Add missing ampersand to amp; construction >Content-Type: text/plain; charset=utf-8 > >Super trivial one character fix ;) > >Test plan: >Open Your Lists from the button on main page. >Click again on Your lists under Lists in the middle of the form. >Verify that the URL does no longer show something like: > op=listamp;category=1 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >index 9b08b0d208..b9d3c0858d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -706,7 +706,7 @@ > <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> > [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] > [% IF category == PRIVATE %] >- <li id="privateshelves_tab" class="ui-state-default ui-corner-top ui-tabs-active ui-state-active"><a class="ui-tabs-anchor" href="/cgi-bin/koha/opac-shelves.pl?op=listamp;category=[% PRIVATE | html %]">Your lists</a></li> >+ <li id="privateshelves_tab" class="ui-state-default ui-corner-top ui-tabs-active ui-state-active"><a class="ui-tabs-anchor" href="/cgi-bin/koha/opac-shelves.pl?op=list&category=[% PRIVATE | html %]">Your lists</a></li> > [% ELSE %] > <li id="privateshelves_tab" class="ui-state-default ui-corner-top"><a class="ui-tabs-anchor" href="/cgi-bin/koha/opac-shelves.pl?op=list&category=[% PRIVATE | html %]">Your lists</a></li> > [% END %] >-- >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 28673
:
122649
|
122741