diff --git a/templates/selectidp-links.php b/templates/selectidp-links.php index eb9c642af8e9fc734648a622445807f13fbdad81..2eaffa16f30b26607a40c5b07ded9144ba1e1760 100644 --- a/templates/selectidp-links.php +++ b/templates/selectidp-links.php @@ -71,7 +71,7 @@ foreach ($this->data['idplist'] AS $idpentry) { echo ' <p>' . htmlspecialchars($this->t('idpdesc_' . $idpentry['entityid'])) . '<br />'; } - echo('<input id="preferredidp" type="submit" name="idp_' . + echo('<input type="submit" name="idp_' . htmlspecialchars($idpentry['entityid']) . '" value="' . $this->t('select') . '" /></p>'); }