From 1bdf819be0306f9f5a1aabce81fc75b78619d0ca Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Thu, 5 Jul 2018 10:44:04 +0300 Subject: [Minor] JS: Remove useless escape --- interface/js/app/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface') diff --git a/interface/js/app/history.js b/interface/js/app/history.js index e11ec7dca..2c4d87b03 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -36,7 +36,7 @@ define(["jquery", "footable", "humanize"], "`": "`", "=": "=" }; - var htmlEscaper = /[&<>"'\/`=]/g; + var htmlEscaper = /[&<>"'/`=]/g; var symbolDescriptions = {}; EscapeHTML = function(string) { -- cgit v1.2.3