Bugfix: rendering htm elements in results page

This commit is contained in:
Vivek Santayana 2023-03-04 19:48:49 +00:00
parent 3714919ba5
commit c9ad8e87cd

View File

@ -108,7 +108,7 @@
{% for tag, scores in entry.result.tags.items() %}
<tr>
<td>
{{ tag }}
{{ tag|safe }}
</td>
<td>
{{ scores.scored }}