Show
Ignore:
Timestamp:
2008-03-28 17:53:12 (8 months ago)
Author:
wwalc
Message:

Fix for #1417 (gallery tag broken).

Files:
1 modified

Legend:

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

    r1834 r1836  
    197197                                                break; 
    198198                                        case 'gallery': 
    199                                                 $output = $this->renderImageGallery( $content, $params ); 
     199                                                $output = $this->fck_wikiTag('gallery', $content, $params); //required by FCKeditor 
     200                                                //$output = $this->renderImageGallery( $content, $params ); 
    200201                                                break; 
    201202                                        default: