Fixes display of the notification email when user chose the non-geocoded address.
authorStéphane Jacob <sj@m4x.org>
Sat, 12 Feb 2011 17:41:37 +0000 (18:41 +0100)
committerStéphane Jacob <sj@m4x.org>
Sat, 12 Feb 2011 17:41:37 +0000 (18:41 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/geocoding.mail.tpl

index f95dd33..1637b19 100644 (file)
@@ -30,10 +30,10 @@ Un camarade {$smarty.session.hruid} a forcé l'utilisation de l'adresse entrée
 à la main et a refusé la version geolocalisée :
 
 '''Version utilisateur (validée) :'''\\
-{$text|replace:"\n":"\\\\\n"}
+{$text}
 
 '''Version geoloc (refusée) :'''\\
-{$geoloc|replace:"\n":"\\\\\n"}
+{$geoloc}
 {include file="include/signature.mail.tpl"}
 {/if}