N°2799 - Fix double encoding in "top-list" display mode of the ManageBrick

This commit is contained in:
Molkobain
2020-02-24 09:47:22 +01:00
parent 1ce5ec73ea
commit 1ed0210fe2

View File

@@ -28,7 +28,7 @@
{% set iLineCount = iLineCount + 1 %}
<tr>
<th scope="row">{{ iLineCount }}</th>
<td><a href="{{ sURL }}">{{ aDisplayValue.label_html }}</a></td>
<td><a href="{{ sURL }}">{{ aDisplayValue.label_html|raw }}</a></td>
<td>{{ aDisplayValue.value }}</td>
</tr>
{% endfor %}