diff --git a/App/StackExchange.DataExplorer/Scripts/query.js b/App/StackExchange.DataExplorer/Scripts/query.js index 54cd0fa7..36dc9e5e 100644 --- a/App/StackExchange.DataExplorer/Scripts/query.js +++ b/App/StackExchange.DataExplorer/Scripts/query.js @@ -1074,7 +1074,7 @@ DataExplorer.ready(function () { function encodeColumn(s) { if (s != null && s.replace != null) { s = s.replace(/[\n\r]/g, " ") - .replace(/&(?!\w+([;\s]|$))/g, "&") + .replace(/&/g, "&") .replace(//g, ">") .substring(0, 400);