[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / enluminures_typographiques_v3 / typoenluminee_options.php
index 9f2dce0..57b58e0 100644 (file)
@@ -1,11 +1,17 @@
-<?php\r
-if (!defined("_ECRIRE_INC_VERSION")) return;\r
-\r
-// autoriser les tag <b>, <i>, <em>, <sc> et <br />\r
-// dans le nom/signature d'un auteur.\r
-// par défaut, <multi> est toujours autorisé.\r
-// Cf : http://www.spip.net/fr_article5666.html\r
-// Cf : http://core.spip.org/projects/spip/repository/revisions/21016 à 21018\r
-if (!defined('_TAGS_NOM_AUTEUR'))  define('_TAGS_NOM_AUTEUR', 'b, i, em, sc, br');\r
-\r
-?>
\ No newline at end of file
+<?php
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
+
+/**
+ * Autoriser les tag <b>, <i>, <em>, <sc> et <br />
+ * dans le nom/signature d'un auteur.
+ *
+ * Par defaut, <multi> est toujours autorise.
+ * Cf : http://www.spip.net/fr_article5666.html
+ * Cf : http://core.spip.org/projects/spip/repository/revisions/21016 a 21018
+ */
+if (!defined('_TAGS_NOM_AUTEUR')) {
+       define('_TAGS_NOM_AUTEUR', 'b, i, em, sc, br');
+}