Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js |
— | — | @@ -390,7 +390,7 @@ |
391 | 391 | |
392 | 392 | //get rid of the noincludes when getting text |
393 | 393 | var $dummyDiv = $( '<div />' ).html( context.$content.html().replace( /\<br\>/g, "\n" ) ); |
394 | | - $dummyDiv.find( ".wiki-editor-noinclude" ).each( function() { $( this ).remove(); } ); |
| 394 | + $dummyDiv.find( ".wikieditor-noinclude" ).each( function() { $( this ).remove(); } ); |
395 | 395 | return $dummyDiv.text(); |
396 | 396 | |
397 | 397 | }, |