Changeset 2089 for MediaWiki/trunk
- Timestamp:
- 2008-06-18 15:46:44 (3 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/FCKeditorSkin.body.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditorSkin.body.php
r2077 r2089 198 198 } 199 199 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) { 201 201 $ret .= "alt=\"".htmlspecialchars($fp['alt'])."\" "; 202 202 }