diff --git a/inc/gamumail_remplacements.php b/inc/gamumail_remplacements.php index a8b59c4..fe3deb9 100644 --- a/inc/gamumail_remplacements.php +++ b/inc/gamumail_remplacements.php @@ -56,7 +56,7 @@ function inc_gamumail_remplacements_dist($args, $html) { $html = gamumail_remplacer_modele('url_site', $url_site, $html); /** - * @@nom_site@@ => nom du site + * @@nom_site@@ => nom du site **/ $nom_site = lire_config('nom_site'); $html = gamumail_remplacer_modele('nom_site', $nom_site, $html);