From: Alan Knowles Date: Thu, 22 Aug 2019 01:52:36 +0000 (+0800) Subject: Roo/HtmlEditorCore.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=75a7709f4411a87f2412c6da77c9ec604361e5a3 Roo/HtmlEditorCore.js --- 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;