Skip to content
Snippets Groups Projects
Commit 0b761d61 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove extra comma.

parent 595fb43c
Branches
Tags
No related merge requests found
...@@ -53,7 +53,7 @@ foreach ($this->data['idplist'] as $idpentry) { ...@@ -53,7 +53,7 @@ foreach ($this->data['idplist'] as $idpentry) {
} }
echo('<button id="preferredidp" type="submit" class="btn" name="idp_'. echo('<button id="preferredidp" type="submit" class="btn" name="idp_'.
htmlspecialchars($idpentry['entityid']).'">'. htmlspecialchars($idpentry['entityid']).'">'.
$this->t('select').'</button>"</p>'); $this->t('select').'</button></p>');
echo '</div>'; echo '</div>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment