diff --git a/apps/common/main/lib/component/ComboBox.js b/apps/common/main/lib/component/ComboBox.js index 1c42f2e8f1..c389b838ec 100644 --- a/apps/common/main/lib/component/ComboBox.js +++ b/apps/common/main/lib/component/ComboBox.js @@ -101,7 +101,7 @@ define([ '', '
', '' diff --git a/apps/documenteditor/main/app/view/CrossReferenceDialog.js b/apps/documenteditor/main/app/view/CrossReferenceDialog.js index 2cb9034e23..6a7760cd72 100644 --- a/apps/documenteditor/main/app/view/CrossReferenceDialog.js +++ b/apps/documenteditor/main/app/view/CrossReferenceDialog.js @@ -118,9 +118,6 @@ define([ Common.Utils.InternalSettings.set("de-settings-captions", arr); } arr = arr ? JSON.parse(arr) : []; - arr.forEach(function (v, i) { - arr[i].value = Common.Utils.String.htmlEncode(v.value); - }); // 0 - not removable arr = arr.concat([{ value: 5, displayValue: this.textEquation },