From 32f3fb570cf36217102dc93049bc4bb166d79eab Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 23 May 2018 15:29:45 +0200 Subject: [PATCH] cosmetic: force space between display name and entity ID --- templates/web/select_sp.tt2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/select_sp.tt2.html b/templates/web/select_sp.tt2.html index 3be0676..b3889d6 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> -- GitLab