fixed xss in timesheet description (#962)
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
</td>
|
||||
<td class="column-description" {% if not columns.description %}style="display: none"{% endif %}>
|
||||
{% if entry.description is not empty %}
|
||||
{{ entry.description|desc2html }}
|
||||
{{ entry.description|escape|desc2html }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="column-exported" {% if not columns.exported %}style="display: none"{% endif %}>
|
||||
|
||||
Reference in New Issue
Block a user