Pman.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 07:16:41 +0000 (15:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 07:16:41 +0000 (15:16 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 71b0cc7..1d68670 100644 (file)
--- 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);
         }