diff options
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r-- | interface/js/app/history.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |