Work: Remove xss for comment list

pull/4691/head
Angel Fernando Quiroz Campos 2 years ago
parent ababd8850d
commit 80d1a8c906
  1. 2
      main/template/default/work/comments.tpl

@ -13,7 +13,7 @@
</div>
<p>
{% if comment.comment is not empty %}
{{ comment.comment }}
{{ comment.comment|remove_xss }}
{% else %}
{{ 'HereIsYourFeedback' | get_lang }}
{% endif %}

Loading…
Cancel
Save