From 6a1c7d507f989216ad2e6fc87222fb2ddd4edddb Mon Sep 17 00:00:00 2001 From: cy_altern Date: Mon, 29 May 2023 19:05:25 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20p=C3=A9touille=20filtre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json_affiche_corpus.json.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_affiche_corpus.json.html b/json_affiche_corpus.json.html index 147468a..b744d57 100644 --- a/json_affiche_corpus.json.html +++ b/json_affiche_corpus.json.html @@ -99,7 +99,7 @@ "titres": [(#GET{titres}|sans_li|json_encode)], "liens_ext": [(#GET{liens_ext}|sans_li|json_encode)], "liens_int": [(#GET{liens_int}|sans_li|json_encode)], - "text": [(#GET{text}sans_br|json_encode)] + "text": [(#GET{text}|sans_br|json_encode)] } } [(#SET{id_jsonl, #GET{id_jsonl}|plus{1}})]