includes/namespaces/default.php
changeset 1105 0e46639fd408
parent 1081 745200a9cc2a
child 1108 c1be67a50d81
--- 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