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

diff --git a/Pman.js b/Pman.js
index 95643c4..fcdcec8 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -864,7 +864,7 @@ Pman = new Roo.Document(
                      && match.length > 1
                      && match[1] != '') {
                  Roo.log(match);
-            binVal = parseInt(match[1]);
+            binVal = parseInt(match[2]);
             thisString = String.fromCharCode(binVal);
             output = output.replace(match[1], thisString);
           }