# HG changeset patch # User Dan # Date 1251306295 14400 # Node ID 0e46639fd40862e050eb418a8606943683e51a1d # Parent 299d7e6e328bd31bc4af7194f88844fd80227fec Fixed RenderMan::render() flags in default namespace XHTML formatter 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