diff --git a/templates/web/select_sp.tt2.html b/templates/web/select_sp.tt2.html index 1c54533ed2797f6c8d5ea32b2ff5647ed7b54961..6a8dd5a652edd55345838e4dde051c1737b08962 100644 --- a/templates/web/select_sp.tt2.html +++ b/templates/web/select_sp.tt2.html @@ -25,8 +25,7 @@ Before you can create test accounts at this Identity Provider, we need to ensure [% END %] [% FOREACH email IN contacts.keys.sort %] -<input name="email_address" value="[% email %]" id="email_address" type="radio" class="required"/> -<label for="email_address">[% email %]</label> +<input name="email_address" value="[% email %]" id="email_address" type="radio" class="required"/><label for="email_address">[% email %]</label> <input type="hidden" name="sp_entityid" value="[% sp_metadata_as_hashref.entityid %]" id="sp_entityid"/>