Changeset 2089
- Timestamp:
- 06/18/08 15:46:44 (5 years ago)
- File:
-
- 1 edited
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.
