From: Stéphane Jacob Date: Fri, 4 Jun 2010 07:37:45 +0000 (+0200) Subject: Removes a misplaced   (Closes #1064). X-Git-Tag: xorg/1.0.0~196 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=885fc3db075468f6747321befca5c39425f3ebb7;p=platal.git Removes a misplaced   (Closes #1064). Signed-off-by: Stéphane Jacob --- diff --git a/templates/emails/redirect.tpl b/templates/emails/redirect.tpl index 90033fd..766a6dc 100644 --- a/templates/emails/redirect.tpl +++ b/templates/emails/redirect.tpl @@ -79,7 +79,7 @@ function removeRedirect(link, email) { - if (confirm("Supprimer l'adresse " + email + " ?")) { + if (confirm("Supprimer l'adresse " + email + " ?")) { $.get(link.href, {},function() { $('tr[@id=line_' + email.replace('@', '_at_') + ']').remove(); showRemove();