Skip to content

Commit

Permalink
Course Description: Add remove_xss
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 14, 2021
1 parent fd54f61 commit 19189a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/template/default/course_description/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
{% endif %}
</div>
{% endif %}
{{ description.title }}
{{ description.title | remove_xss }}
</div>
<div class="panel-body">
{{ description.content }}
{{ description.content | remove_xss }}
</div>
</div>
{% endif %}
Expand Down

0 comments on commit 19189a9

Please sign in to comment.