From: André Peters Date: Sun, 9 Jul 2017 08:26:06 +0000 (+0200) Subject: Also escape message ID X-Git-Tag: 1.7.0~872^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad34f0bc509ab40b67d3486194786c89550c7ff;p=thirdparty%2Frspamd.git Also escape message ID --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 02c3930116..f23d8db835 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",