Develop and Download Open Source Software

Browse Subversion Repository

Diff of /SvgEditor.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by isao-hara, Tue Jul 20 00:59:01 2010 UTC revision 13 by isao-hara, Tue Jul 20 01:02:21 2010 UTC
# Line 1079  function formatTag(ele){ Line 1079  function formatTag(ele){
1079      if(cn.length > 0){      if(cn.length > 0){
1080        str +=">\n";        str +=">\n";
1081        for(var i=0; i<cn.length; i++){        for(var i=0; i<cn.length; i++){
1082          str += " "+trim(formatTag(cn[i]))+"\n";          var tmp = trim(formatTag(cn[i]));
1083            if(tmp) str += " "+tmp+"\n";
1084        }        }
1085        str += "</"+tag+">";        str += "</"+tag+">";
1086      }else{      }else{

Legend:
Removed from v.12  
changed lines
  Added in v.13

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26