diff --git a/soyezcreateurs_options.php b/soyezcreateurs_options.php
index 69e5e81989e34733c701425b0a5df5949a87b8d4..710279e3037b10ad6f328774eb755ab7edb7dca6 100644
--- a/soyezcreateurs_options.php
+++ b/soyezcreateurs_options.php
@@ -84,10 +84,10 @@ $GLOBALS['marqueur'] = (isset($GLOBALS['marqueur'])?$GLOBALS['marqueur']:'').':s
 	(isset($GLOBALS['meta']['btv2'])?$GLOBALS['meta']['btv2']:'').
 	(isset($GLOBALS['meta']['bte'])?$GLOBALS['meta']['bte']:'').
 	(isset($_COOKIE['spip_lang'])?$_COOKIE['spip_lang']:'').
-	$GLOBALS['meta']['nom_site'].
-	$GLOBALS['meta']['slogan_site'].
-	$GLOBALS['meta']['descriptif_site'].
-	$GLOBALS['meta']['email_webmaster']
+	(isset($GLOBALS['meta']['nom_site'])?$GLOBALS['meta']['nom_site']:'').
+	(isset($GLOBALS['meta']['slogan_site'])?$GLOBALS['meta']['slogan_site']:'').
+	(isset($GLOBALS['meta']['descriptif_site'])?$GLOBALS['meta']['descriptif_site']:'').
+	(isset($GLOBALS['meta']['email_webmaster'])?$GLOBALS['meta']['email_webmaster']:'')
 ); // Sur un conseil de Cedric : http://permalink.gmane.org/gmane.comp.web.spip.zone/6258
 if (!defined('_TRI_GROUPES_MOTS'))
 	define('_TRI_GROUPES_MOTS', '0+titre,titre');  // cf http://trac.rezo.net/trac/spip/changeset/14712