Skip to content
Snippets Groups Projects
Commit f952a47b authored by Mads Freek Petersen's avatar Mads Freek Petersen
Browse files

Fixed illegal use of id in input tag

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1771 44740490-163a-0410-bde0-09ae8108e29a
parent 9e89cd62
No related branches found
No related tags found
No related merge requests found
......@@ -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>');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment