aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorAndré Peters <andryyy@users.noreply.github.com>2017-07-09 10:26:06 +0200
committerGitHub <noreply@github.com>2017-07-09 10:26:06 +0200
commitcad34f0bc509ab40b67d3486194786c89550c7ff (patch)
tree974f27737d245dc6111e15459b146459cac4d831 /interface
parentb19560aa3fed3084fc7d37e91cd86c0fa0d96917 (diff)
downloadrspamd-cad34f0bc509ab40b67d3486194786c89550c7ff.tar.gz
rspamd-cad34f0bc509ab40b67d3486194786c89550c7ff.zip
Also escape message ID
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/history.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index 02c393011..f23d8db83 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -160,7 +160,8 @@ function($, _, Humanize) {
"textOverflow": "ellipsis",
"wordBreak": "break-all",
"whiteSpace": "normal"
- }
+ },
+ "formatter": EscapeHTML
}, {
"name": "ip",
"title": "IP address",