mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +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 %}
|
{% set iLineCount = iLineCount + 1 %}
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{{ iLineCount }}</th>
|
<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>
|
<td>{{ aDisplayValue.value }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user