diff -r 299d7e6e328b -r 0e46639fd408 includes/namespaces/default.php --- a/includes/namespaces/default.php Wed Aug 26 13:04:26 2009 -0400 +++ b/includes/namespaces/default.php Wed Aug 26 13:04:55 2009 -0400 @@ -435,7 +435,7 @@ // Page format is XHTML. This means we want to disable functionality that MCE takes care of, while still retaining // the ability to wikilink, the ability to use images, etc. Basically, RENDER_INLINEONLY disables all behavior in // the rendering engine/Text_Wiki that conflicts with MCE. - $text = '?>' . RenderMan::render($text, RENDER_WIKI_DEFAULT | RENDER_INLINEONLY); + $text = '?>' . RenderMan::render($text, RENDER_INLINE); } } else