From 1f5da2a7b1356cac119f9558c987e3e5d84aa07d Mon Sep 17 00:00:00 2001 From: alexbarros Date: Tue, 31 Oct 2023 13:49:22 -0300 Subject: [PATCH] fix: template syntax error --- .../report/presentation/flavours/html/templates/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ydata_profiling/report/presentation/flavours/html/templates/table.html b/src/ydata_profiling/report/presentation/flavours/html/templates/table.html index 306bb70e8..8706d5405 100644 --- a/src/ydata_profiling/report/presentation/flavours/html/templates/table.html +++ b/src/ydata_profiling/report/presentation/flavours/html/templates/table.html @@ -18,7 +18,7 @@ {{ row['name'] }} {% if row['value'].__class__.__name__ == 'list' %} - {% for value in row['value'] +%} + {% for value in row['value'] %} {{ value }}{% if loop.last and 'hint' in row %} {{ row['hint'] }}{% endif %} {% endfor %} {% else %}