Changeset 3241
- Timestamp:
- 2009-03-19 09:52:20 (12 months ago)
- Location:
- MediaWiki/trunk
- Files:
-
- 2 modified
-
FCKeditorSajax.body.php (modified) (3 diffs)
-
mw12/FCKeditorParserWrapper.body.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditorSajax.body.php
r3192 r3241 45 45 $ret.="html\n"; 46 46 } 47 $wgParser->firstCallInit(); 47 48 foreach ($wgParser->getTags() as $h) { 48 49 if (!in_array($h, array("pre", "math", "ref", "references"))) { … … 244 245 return str_replace("<!-- Tidy found serious XHTML errors -->", "", $parser->parse($wiki, $wgTitle, $options)->getText()); 245 246 } 247 246 248 function wfSajaxToggleFCKeditor($data) { 247 249 global $wgFCKEditorSaveUserSetting; … … 255 257 return "SUCCESS"; 256 258 } 257 258 -
MediaWiki/trunk/mw12/FCKeditorParserWrapper.body.php
r3217 r3241 11 11 parent::__construct(); 12 12 13 $wgParser->firstCallInit(); 13 14 foreach ($wgParser->getTags() as $h) { 14 15 if (!in_array($h, array("pre"))) {