From 3fa2c36e1d23a00d9c8f14bb75336e6fe81c4a48 Mon Sep 17 00:00:00 2001 From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab> Date: Tue, 14 Oct 2014 15:19:53 +0000 Subject: [PATCH] Shorten list of dev_sp_contact because whole list is not correctly printed git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@28 047e039d-479c-447e-8a29-aa6bf4a09bab --- templates/web/select_sp.tt2.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/web/select_sp.tt2.html b/templates/web/select_sp.tt2.html index 1c54533..6a8dd5a 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"/> -- GitLab