Changeset 548
- Timestamp:
- 2007-07-26 10:58:35 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/extensions/FCKeditor/plugins/mediawiki/fckplugin.js
r537 r548 279 279 280 280 case 'span' : 281 if ( htmlNode.className == 'fck_ template' )281 if ( htmlNode.className == 'fck_mw_template' ) 282 282 { 283 283 stringBuilder.push( htmlNode.innerHTML ) ;