diff --git a/soyezcreateurs_fonctions.php b/soyezcreateurs_fonctions.php
index 733ab71302b4d22e160e6e86dc1e2f0479e6c76a..5d4ef2c30593d1915f3a407f5230891dca3e8697 100644
--- a/soyezcreateurs_fonctions.php
+++ b/soyezcreateurs_fonctions.php
@@ -880,7 +880,6 @@ function sc_bandeau_contact() {
 	// N'afficher avec identité Extra (https://contrib.spip.net/Identite-Extra) que si au moins un champ renseigné
 	$identite_extra = lire_config('identite_extra');
 	$champs = explode(',', _CHAMPS_INDENTITE_EXTRA_SC);
-	echo implode($champs,',');
 	if ((is_array($identite_extra)) && (implode('', $identite_extra) !== '')) {
 		foreach($champs as $champ) {
 			if (array_key_exists($champ, $identite_extra) && $identite_extra[$champ]!== '') {