svnno****@sourc*****
svnno****@sourc*****
2011年 11月 8日 (火) 21:26:39 JST
Revision: 3079
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3079
Author: dhrname
Date: 2011-11-08 21:26:39 +0900 (Tue, 08 Nov 2011)
Log Message:
-----------
Modified Paths:
--------------
branches/08x/089/org/w3c/dom/svg.js
Modified: branches/08x/089/org/w3c/dom/svg.js
===================================================================
--- branches/08x/089/org/w3c/dom/svg.js 2011-11-08 12:09:41 UTC (rev 3078)
+++ branches/08x/089/org/w3c/dom/svg.js 2011-11-08 12:26:39 UTC (rev 3079)
@@ -4276,7 +4276,7 @@
ttt += tfti.innerText;
tfti.parentNode.removeChild(tfti);
}
- tft[0].innerHTML = ttt;
+ tft[0].replaceChild(_doc.createTextNode(ttt), tft[0].firstChild);
ttt = void 0;
}
var isRect = true,