Bug 22585: (follow-up) Fix additional occurences
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
a3e047f638
commit
15dcde21fe
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue