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 115115 {% if attachment.is_image %}
116116 < img class ="chatlog__attachment-thumbnail " src ="{{ attachment.url }} " alt ="attachment "/>
117117 {% else %}
118- Attachment: {{ attachment.filename }}
118+ Attachment: {{ attachment.filename | e }}
119119 {% endif %}
120120 </ a >
121121 </ div >
132132 </ div >
133133 < div class ="chatlog__messages ">
134134 < 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 >
136136 {% if log_entry.closer.mod %}
137137 < span > closed the thread</ span >
138138 < span class ="system-tag "> System</ span >
139139 {% endif %}
140- < span class ="chatlog__timestamp "> {{ log_entry.human_closed_at }}</ span >
140+ < span class ="chatlog__timestamp "> {{ log_entry.human_closed_at | e }}</ span >
141141 {% if log_entry.close_message %}
142142 < div class ="chatlog__content ">
143143 {{ log_entry.close_message }}
You can’t perform that action at this time.
0 commit comments