added escape filter on description

This commit is contained in:
Abhimanyu Saharan 2023-05-08 19:05:00 +05:30
parent 6b3d15d505
commit 91559b2599
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@
class="mdi mdi-information text-primary"
data-bs-toggle="tooltip"
data-bs-placement="right"
title="{{ field.description }}"
title="{{ field.description|escape }}"
></i>
{% endif %}
</th>

View File

@ -18,7 +18,7 @@
class="mdi mdi-information text-primary"
data-bs-toggle="tooltip"
data-bs-placement="right"
title="{{ field.description }}"
title="{{ field.description|escape }}"
></i>
{% endif %}
</th>