From c8d209e02cf590f105297fcd7b58d7dca1921a33 Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 6 Jul 2026 23:25:09 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=C3=A9chappement=20HTML=20dans=20le=20ma?= =?UTF-8?q?cro=20brow=20(|=20safe)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/job_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/job_detail.html b/templates/job_detail.html index adc139e..7caf152 100644 --- a/templates/job_detail.html +++ b/templates/job_detail.html @@ -73,7 +73,7 @@ {# Macro pour une ligne à 1 ou 2 colonnes #} {% macro brow(label, val_piece, cls='', precision=2) %}
- {{ label }} + {{ label | safe }} {% if precision == 4 %}{{ "%.4f"|format(val_piece) }} € {% else %}{{ "%.2f"|format(val_piece) }} €{% endif %}