mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°2799 - Fix double encoding in "top-list" display mode of the ManageBrick
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user