Fixed RenderMan::render() flags in default namespace XHTML formatter
authorDan
Wed, 26 Aug 2009 13:04:55 -0400
changeset 1105 0e46639fd408
parent 1104 299d7e6e328b
child 1106 01315acbc22b
Fixed RenderMan::render() flags in default namespace XHTML formatter
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