From f3ee10ba4550854f9e30b450ed54ff39809919d4 Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Tue, 6 Jul 2021 16:16:56 +0200 Subject: [PATCH] coquille dans la typo, ca craint (vue via https://core.spip.net/issues/4513) --- ecrire/public/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/public/interfaces.php b/ecrire/public/interfaces.php index 39e0bc8264..b0f1547a58 100644 --- a/ecrire/public/interfaces.php +++ b/ecrire/public/interfaces.php @@ -963,7 +963,7 @@ function declarer_interfaces() { define('_TRAITEMENT_RACCOURCIS', 'propre(%s, $connect, $Pile[0])'); } if (!defined('_TRAITEMENT_TYPO_SANS_NUMERO')) { - define('_TRAITEMENT_TYPO_SANS_NUMERO', 'supprimer_numero(typo(%s), "TYPO", $connect, $Pile[0])'); + define('_TRAITEMENT_TYPO_SANS_NUMERO', 'supprimer_numero(typo(%s, "TYPO", $connect, $Pile[0]))'); } $GLOBALS['table_des_traitements']['BIO'][] = _TRAITEMENT_RACCOURCIS; $GLOBALS['table_des_traitements']['CHAPO'][] = _TRAITEMENT_RACCOURCIS; -- GitLab