From f1d2cf76dc5b948fc89bedc29f0ef35ae5f6afb5 Mon Sep 17 00:00:00 2001 From: Kazephil Date: Sat, 27 Jul 2024 12:48:32 +0900 Subject: [PATCH] =?UTF-8?q?Corriger=20une=20erreur=20dans=20la=20r=C3=A9cu?= =?UTF-8?q?p=C3=A9ration=20de=20segments=20contenant=20d'autres=20balises?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filtres_TMX_pour_Calc/TMX-import.xsl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/filtres_TMX_pour_Calc/TMX-import.xsl b/filtres_TMX_pour_Calc/TMX-import.xsl index e5174ca..cee01b3 100644 --- a/filtres_TMX_pour_Calc/TMX-import.xsl +++ b/filtres_TMX_pour_Calc/TMX-import.xsl @@ -11,7 +11,10 @@ Improve formatting for attributes too long to fit on a single line and fix awkward indentation. --> + Refactor code to use templates. --> +