From dd31dbc450b4d38cc4639e9db7badb345fa957fd Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 16 Nov 2023 10:31:35 +0100 Subject: [PATCH] =?UTF-8?q?correctif(mail=5Ftemplates/=5Fform.html.haml):?= =?UTF-8?q?=20force=20la=20preservation=20des=20espaces=20dans=20le=20code?= =?UTF-8?q?=20des=20balises,=20sinon=20un=20tag=20d'un=20type=20de=20champ?= =?UTF-8?q?=20ayant=20un=20libelle=20contenant=20deux=20espaces=20cons?= =?UTF-8?q?=C3=A9cutif=20est=20invalide=20car=20il=20se=20fait=20manger=20?= =?UTF-8?q?par=20le=20rendu=20html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/administrateurs/mail_templates/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/administrateurs/mail_templates/_form.html.haml b/app/views/administrateurs/mail_templates/_form.html.haml index 9b5bcda6b..839c93ca9 100644 --- a/app/views/administrateurs/mail_templates/_form.html.haml +++ b/app/views/administrateurs/mail_templates/_form.html.haml @@ -20,7 +20,7 @@ .items - tags.each do |tag| .item - %code.tag + %code.tag{ style: "white-space: pre-wrap;" } = "--#{tag[:libelle]}--" .description = tag[:description]