Bugzilla – Attachment 90456 Details for
Bug 22585
Fix remaining double-escaped CAS links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22585: (follow-up) Fix additional occurences
Bug-22585-follow-up-Fix-additional-occurences.patch (text/plain), 1.88 KB, created by
Nick Clemens (kidclamp)
on 2019-06-10 13:42:36 UTC
(
hide
)
Description:
Bug 22585: (follow-up) Fix additional occurences
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-06-10 13:42:36 UTC
Size:
1.88 KB
patch
obsolete
>From d0f0edaf4615b50bb61c41cdf974da0e42bbb002 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 10 Jun 2019 13:42:18 +0000 >Subject: [PATCH] Bug 22585: (follow-up) Fix additional occurences > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index 8bb82f56df..348a830ba5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -105,7 +105,7 @@ > <p>Please choose against which one you would like to authenticate: </p> > <ul> > [% FOREACH casServer IN casServersLoop %] >- <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li> >+ <li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li> > [% END %] > </ul> > [% END %] >@@ -125,7 +125,7 @@ > <p>If you have a CAS account, please choose against which one you would like to authenticate:</p> > <ul> > [% FOREACH casServer IN casServersLoop %] >- <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li> >+ <li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li> > [% END %] > </ul> > [% END %] >-- >2.11.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 22585
:
87036
|
90376
|
90456
|
90554
|
90555