diff --git a/fonctions.php b/fonctions.php
index 1e720fa71d6bca6b9856af57ffbeb9e0560120d3..e1b05b47b9f1695726cedfbc741bef0a64587d4d 100644
--- a/fonctions.php
+++ b/fonctions.php
@@ -197,7 +197,7 @@ Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 EOF;
 
-  $encoded_app = '=?UTF-8?B?' . base64_encode( NOMAPPLICATION, ) . '?=' ;
+  $encoded_app = '=?UTF-8?B?' . base64_encode( NOMAPPLICATION ) . '?=' ;
   $headers = sprintf( $headers_str, $encoded_app, ADRESSEMAILADMIN ) ;
 
   return $headers ;