Bug 22585: (follow-up) Fix additional occurences
authorNick Clemens <nick@bywatersolutions.com>
Mon, 10 Jun 2019 13:42:18 +0000 (13:42 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 13 Jun 2019 11:06:57 +0000 (12:06 +0100)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt

index 8bb82f5..348a830 100644 (file)
                                     <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 %]
                                     <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 %]