fix #155: escape response text

This commit is contained in:
debugtalk
2018-07-30 14:42:47 +08:00
parent 4dadef4ad9
commit 16df3fd938

View File

@@ -288,7 +288,7 @@
{% if value == "image" %}
<img src="{{ record.meta_data.response.content }}" />
{% else %}
<pre>{{ record.meta_data.response.text }}</pre>
<pre>{{ record.meta_data.response.text | e }}</pre>
{% endif %}
{% else %}
{{value}}