[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / enluminures_typographiques_v3 / typoenluminee_options.php
1 <?php
2
3 if (!defined('_ECRIRE_INC_VERSION')) {
4 return;
5 }
6
7 /**
8 * Autoriser les tag <b>, <i>, <em>, <sc> et <br />
9 * dans le nom/signature d'un auteur.
10 *
11 * Par defaut, <multi> est toujours autorise.
12 * Cf : http://www.spip.net/fr_article5666.html
13 * Cf : http://core.spip.org/projects/spip/repository/revisions/21016 a 21018
14 */
15 if (!defined('_TAGS_NOM_AUTEUR')) {
16 define('_TAGS_NOM_AUTEUR', 'b, i, em, sc, br');
17 }