We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3003e32 commit db3e026Copy full SHA for db3e026
1 file changed
src/ydata_profiling/report/presentation/flavours/html/templates/table.html
@@ -18,7 +18,7 @@
18
<tr{% if 'alert' in row and row['alert'] %} class="alert"{% endif %}>
19
<th>{{ row['name'] }}</th>
20
{% if row['value'].__class__.__name__ == 'list' %}
21
- {% for value in row['value'] +%}
+ {% for value in row['value'] %}
22
<td style="white-space:pre white-space:nowrap">{{ value }}{% if loop.last and 'hint' in row %} {{ row['hint'] }}{% endif %}</td>
23
{% endfor %}
24
{% else %}
0 commit comments