Skip to content
Snippets Groups Projects
Commit 32f3fb57 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

cosmetic: force space between display name and entity ID

parent 60069c46
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment