|
@@ -975,9 +975,9 @@ |
|
|
block discarded – undo |
|
975
|
975
|
if (!defined('_TRAITEMENT_TYPO_SANS_NUMERO')) { |
|
976
|
976
|
define('_TRAITEMENT_TYPO_SANS_NUMERO', 'supprimer_numero(typo(%s, "TYPO", $connect, $Pile[0]))'); |
|
977
|
977
|
} |
|
978
|
|
- $GLOBALS['table_des_traitements']['BIO'][] = 'safehtml(' . _TRAITEMENT_RACCOURCIS . ')'; |
|
|
978
|
+ $GLOBALS['table_des_traitements']['BIO'][] = 'safehtml('._TRAITEMENT_RACCOURCIS.')'; |
|
979
|
979
|
$GLOBALS['table_des_traitements']['NOM_SITE']['spip_auteurs'] = 'entites_html(%s)'; |
|
980
|
|
- $GLOBALS['table_des_traitements']['NOM']['spip_auteurs'] = 'safehtml('. _TRAITEMENT_TYPO_SANS_NUMERO.')'; |
|
|
980
|
+ $GLOBALS['table_des_traitements']['NOM']['spip_auteurs'] = 'safehtml('._TRAITEMENT_TYPO_SANS_NUMERO.')'; |
|
981
|
981
|
$GLOBALS['table_des_traitements']['CHAPO'][] = _TRAITEMENT_RACCOURCIS; |
|
982
|
982
|
$GLOBALS['table_des_traitements']['DATE'][] = 'normaliser_date(%s)'; |
|
983
|
983
|
$GLOBALS['table_des_traitements']['DATE_REDAC'][] = 'normaliser_date(%s)'; |
Please login to merge, or discard this patch.