9f2dce06fc3d115517bc485d2959a996afe428c0
[lhc/web/www.git] / www / plugins / enluminures_typographiques_v3 / typoenluminee_options.php
1 <?php
2 if (!defined("_ECRIRE_INC_VERSION")) return;
3
4 // autoriser les tag <b>, <i>, <em>, <sc> et <br />
5 // dans le nom/signature d'un auteur.
6 // par défaut, <multi> est toujours autorisé.
7 // Cf : http://www.spip.net/fr_article5666.html
8 // Cf : http://core.spip.org/projects/spip/repository/revisions/21016 à 21018
9 if (!defined('_TAGS_NOM_AUTEUR')) define('_TAGS_NOM_AUTEUR', 'b, i, em, sc, br');
10
11 ?>