From f952a47b063ca49e8d957c88305bba8724cdb681 Mon Sep 17 00:00:00 2001 From: Mads Freek Petersen <freek@wayf.dk> Date: Tue, 22 Sep 2009 10:03:50 +0000 Subject: [PATCH] Fixed illegal use of id in input tag git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1771 44740490-163a-0410-bde0-09ae8108e29a --- templates/selectidp-links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/selectidp-links.php b/templates/selectidp-links.php index eb9c642af..2eaffa16f 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>'); } -- GitLab