From: Alan Knowles Date: Tue, 9 Nov 2010 07:16:41 +0000 (+0800) Subject: Pman.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=f34c17cc8ef738b21e6b6f7778f64ae3d241b9ed;p=Pman.Core Pman.js --- diff --git a/Pman.js b/Pman.js index 71b0cc73..1d686707 100644 --- a/Pman.js +++ b/Pman.js @@ -868,7 +868,7 @@ Pman = new Roo.Document( thisString = String.fromCharCode(binVal); output = output.replace(match[1], thisString); } - return output; + return Roo.util.Format.htmlDecode( output); }