~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/_source/internals/fckundo_ie.js

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                return ;
83
83
 
84
84
        // Update the editor contents with that step data.
85
 
        FCK.EditorDocument.body.innerHTML = oData[0] ;
 
85
        FCK.SetInnerHtml( oData[0] ) ;
 
86
//      FCK.EditorDocument.body.innerHTML = oData[0] ;
86
87
 
87
88
        if ( oData[1] ) 
88
89
        {