From 28790d61d2efa69c233e219c2918c03289a78e19 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 6 Sep 2025 15:51:26 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20un=20bug=20d=E2=80=99=C3=A9chappement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/comment/cancel.md.twig | 2 +- templates/comment/finish.md.twig | 2 +- templates/comment/reset.md.twig | 2 +- templates/comment/start.md.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/comment/cancel.md.twig b/templates/comment/cancel.md.twig index a11ee80..62f8111 100644 --- a/templates/comment/cancel.md.twig +++ b/templates/comment/cancel.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }} diff --git a/templates/comment/finish.md.twig b/templates/comment/finish.md.twig index a0beed7..722f1f6 100644 --- a/templates/comment/finish.md.twig +++ b/templates/comment/finish.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }} diff --git a/templates/comment/reset.md.twig b/templates/comment/reset.md.twig index b06b98a..66b5a3d 100644 --- a/templates/comment/reset.md.twig +++ b/templates/comment/reset.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }} diff --git a/templates/comment/start.md.twig b/templates/comment/start.md.twig index d64a6e3..d8dd7d5 100644 --- a/templates/comment/start.md.twig +++ b/templates/comment/start.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }}