[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / yaml / lang / paquet-yaml_fr.php
index 9933ac5..66a6a9e 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 // This is a SPIP language file  --  Ceci est un fichier langue de SPIP
 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/yaml/lang/
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -10,5 +12,3 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        <code>yaml_decode()</code> et <code>yaml_encode()</code>. Il fournit aussi le format yaml pour la boucle (DATA).',
        'yaml_slogan' => 'Un format de fichier simple pour éditer des listes de données'
 );
-
-?>