Changeset 603

Show
Ignore:
Timestamp:
2007-07-31 16:17:53 (18 months ago)
Author:
wwalc
Message:

disabled span surrounding magic words

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/extensions/FCKeditor/FCKeditorParser.body.php

    r601 r603  
    9999    function stripNoGallery($text) {} 
    100100    function stripToc( $text ) { 
    101         $prefix = '<span class="fck_mw_magic">'; 
    102         $suffix = '</span>'; 
     101        //$prefix = '<span class="fck_mw_magic">'; 
     102        //$suffix = '</span>'; 
     103        $prefix = ''; 
     104        $suffix = ''; 
    103105 
    104106        $strtr = array();