From: Alan Knowles Date: Tue, 9 Nov 2010 07:15:09 +0000 (+0800) Subject: Pman.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=15c0e90df81e56341ca0048b296d4dd65bfba84c;p=Pman.Core Pman.js --- diff --git a/Pman.js b/Pman.js index 95643c47..fcdcec82 100644 --- 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); }