Skip to content

Commit cedce09

Browse files
committed
Session: add remove_xss
1 parent 95eef5d commit cedce09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/template/default/session/resume_session.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block content %}
44

55
{{ session_header }}
6-
{{ title }}
6+
{{ title | remove_xss }}
77

88
<table id="session-properties" class="table table-hover table-striped data_table">
99
<tr>
@@ -44,7 +44,7 @@
4444
<tr>
4545
<td>{{ 'Description' | get_lang}} </td>
4646
<td>
47-
{{ session.description }}
47+
{{ session.description | remove_xss }}
4848
</td>
4949
</tr>
5050
<tr>

0 commit comments

Comments
 (0)