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 %}