From: Florent Bruneau Date: Sun, 21 Mar 2010 16:05:55 +0000 (+0100) Subject: Fix escaping issue in the title of the rewrite opt-in email leading to a X-Git-Tag: xorg/1.0.0~249^2~5 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2ee89dbf5a138382a676e812877b21374d815f1f;p=platal.git Fix escaping issue in the title of the rewrite opt-in email leading to a PHP error. Signed-off-by: Florent Bruneau --- diff --git a/templates/emails/rewrite-in.mail.tpl b/templates/emails/rewrite-in.mail.tpl index 2346efe..9a03fe3 100644 --- a/templates/emails/rewrite-in.mail.tpl +++ b/templates/emails/rewrite-in.mail.tpl @@ -24,7 +24,7 @@ {if $mail_part eq 'head'} {from full=#from#} {to addr=$to} -{subject text="Validation de la demande de réécriture pour l'adresse `$mail->email`"} +{subject text="Validation de la demande de réécriture pour l\'adresse `$mail->email`"} {elseif $mail_part eq 'wiki'} Bonjour,