From cc923c59a2b743af67900e4ed7ed79d32bb75e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Sat, 8 Aug 2020 15:48:53 +0200 Subject: [PATCH] feat(convert): explicite l origine des dl --- drupal2spip_lal/base/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal2spip_lal/base/convert.py b/drupal2spip_lal/base/convert.py index 3ece5ff..e00af0d 100644 --- a/drupal2spip_lal/base/convert.py +++ b/drupal2spip_lal/base/convert.py @@ -45,7 +45,7 @@ def strong_to_dl(html): for key, group in grouped_items: group = list(group) if key and len(group) > 2: - dl = ['
'] + dl = ['
'] for elem in group: match = re.match(is_strong, elem).groupdict() dl += [