From 0b761d6143fc0e5f144da40f0cc99f6f8bc31d16 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Fri, 6 Nov 2015 11:22:52 +0100
Subject: [PATCH] Remove extra comma.

---
 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 64a3f26e5..079e8be66 100644
--- a/templates/selectidp-links.php
+++ b/templates/selectidp-links.php
@@ -53,7 +53,7 @@ foreach ($this->data['idplist'] as $idpentry) {
             }
             echo('<button id="preferredidp" type="submit" class="btn" name="idp_'.
                 htmlspecialchars($idpentry['entityid']).'">'.
-                $this->t('select').'</button>"</p>');
+                $this->t('select').'</button></p>');
             echo '</div>';
         }
 
-- 
GitLab