View | Details | Raw Unified | Return to bug 22585
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-3 / +2 lines)
Lines 105-111 Link Here
105
                                    <p>Please choose against which one you would like to authenticate: </p>
105
                                    <p>Please choose against which one you would like to authenticate: </p>
106
                                    <ul>
106
                                    <ul>
107
                                        [% FOREACH casServer IN casServersLoop %]
107
                                        [% FOREACH casServer IN casServersLoop %]
108
                                            <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li>
108
                                            <li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li>
109
                                        [% END %]
109
                                        [% END %]
110
                                    </ul>
110
                                    </ul>
111
                                [% END %]
111
                                [% END %]
Lines 125-131 Link Here
125
                                    <p>If you have a CAS account, please choose against which one you would like to authenticate:</p>
125
                                    <p>If you have a CAS account, please choose against which one you would like to authenticate:</p>
126
                                    <ul>
126
                                    <ul>
127
                                        [% FOREACH casServer IN casServersLoop %]
127
                                        [% FOREACH casServer IN casServersLoop %]
128
                                        <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li>
128
                                        <li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li>
129
                                        [% END %]
129
                                        [% END %]
130
                                    </ul>
130
                                    </ul>
131
                                [% END %]
131
                                [% END %]
132
- 

Return to bug 22585