File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 115
115
{% if attachment.is_image %}
116
116
< img class ="chatlog__attachment-thumbnail " src ="{{ attachment.url }} " alt ="attachment "/>
117
117
{% else %}
118
- Attachment: {{ attachment.filename }}
118
+ Attachment: {{ attachment.filename | e }}
119
119
{% endif %}
120
120
</ a >
121
121
</ div >
132
132
</ div >
133
133
< div class ="chatlog__messages ">
134
134
< span class ="chatlog__author-name "
135
- title ="{{ log_entry.closer | string | e }} "> {{ log_entry.closer.name }}</ span >
135
+ title ="{{ log_entry.closer | string | e }} "> {{ log_entry.closer.name | e }}</ span >
136
136
{% if log_entry.closer.mod %}
137
137
< span > closed the thread</ span >
138
138
< span class ="system-tag "> System</ span >
139
139
{% endif %}
140
- < span class ="chatlog__timestamp "> {{ log_entry.human_closed_at }}</ span >
140
+ < span class ="chatlog__timestamp "> {{ log_entry.human_closed_at | e }}</ span >
141
141
{% if log_entry.close_message %}
142
142
< div class ="chatlog__content ">
143
143
{{ log_entry.close_message }}
You can’t perform that action at this time.
0 commit comments