From c6d00822d97ae5b7806d1cb6450306d8204d3d1c Mon Sep 17 00:00:00 2001 From: tofulm Date: Thu, 19 Sep 2024 22:45:08 +0200 Subject: [PATCH] PSR --- inc/gamumail_remplacements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);