From 75a7709f4411a87f2412c6da77c9ec604361e5a3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 Aug 2019 09:52:36 +0800 Subject: [PATCH] Roo/HtmlEditorCore.js --- Roo/HtmlEditorCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/HtmlEditorCore.js b/Roo/HtmlEditorCore.js index 268f7cea9e..c4116cc2f6 100644 --- a/Roo/HtmlEditorCore.js +++ b/Roo/HtmlEditorCore.js @@ -359,7 +359,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { // See if we have a mapping for it // No, use a numeric entity. Here we brazenly (and possibly mistakenly) - rep = "&#" + charValue + ";"; + var rep = "&#" + charValue + ";"; // Return replacement return rep; -- 2.39.2