Changeset 548

Show
Ignore:
Timestamp:
2007-07-26 10:58:35 (18 months ago)
Author:
fredck
Message:

Properly handling template transformation in the JS plugin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/extensions/FCKeditor/plugins/mediawiki/fckplugin.js

    r537 r548  
    279279                                                 
    280280                                                case 'span' : 
    281                                                         if ( htmlNode.className == 'fck_template' ) 
     281                                                        if ( htmlNode.className == 'fck_mw_template' ) 
    282282                                                        { 
    283283                                                                stringBuilder.push( htmlNode.innerHTML ) ;