mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
added escape filter on description
This commit is contained in:
parent
6b3d15d505
commit
91559b2599
@ -138,7 +138,7 @@
|
|||||||
class="mdi mdi-information text-primary"
|
class="mdi mdi-information text-primary"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-placement="right"
|
data-bs-placement="right"
|
||||||
title="{{ field.description }}"
|
title="{{ field.description|escape }}"
|
||||||
></i>
|
></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</th>
|
</th>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
class="mdi mdi-information text-primary"
|
class="mdi mdi-information text-primary"
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-placement="right"
|
data-bs-placement="right"
|
||||||
title="{{ field.description }}"
|
title="{{ field.description|escape }}"
|
||||||
></i>
|
></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</th>
|
</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user