diff options
-rw-r--r-- | interface/js/app/history.js | 3 |
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", |