Changeset 2089

Show
Ignore:
Timestamp:
2008-06-18 15:46:44 (6 months ago)
Author:
wwalc
Message:

temporary workaround for #2157

Files:
1 modified

Legend:

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

    r2077 r2089  
    198198                } 
    199199 
    200                 if (isset($fp['alt']) && !empty($fp['alt']) && false !== strpos(FCKeditorParser::$fkc_mw_makeImage_options, $fp['alt']) && $fp['alt'] != "Image:" . $orginal) { 
     200                if (isset($fp['alt']) && !empty($fp['alt']) && $fp['alt'] != "Image:" . $orginal) { 
    201201                        $ret .= "alt=\"".htmlspecialchars($fp['alt'])."\" "; 
    202202                }