diff --git a/templates/web/select_sp.tt2.html b/templates/web/select_sp.tt2.html index 3be067605799048b79b95567a9af73fb89c28b85..b3889d6c18dabfa353804eb6fbc9d4f1860f7d6b 100644 --- a/templates/web/select_sp.tt2.html +++ b/templates/web/select_sp.tt2.html @@ -110,7 +110,7 @@ $(function() { <select id="entityid" name="entityid" class="required"> <option value=""></option> [% FOREACH entity IN metadata.sort('display_name') %] - <option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [% END %]([% entity.entityid %])</option> + <option value="[% entity.entityid %]">[% IF entity.display_name %][% entity.display_name %] [%+ END %]([% entity.entityid %])</option> [% END %] </select> <p>[% lh.maketext("Only Service Providers included in eduGAIN metadata are included in the list.") %]</p>