Index: /MediaWiki/trunk/extensions/FCKeditor/FCKeditorParser.body.php
===================================================================
--- /MediaWiki/trunk/extensions/FCKeditor/FCKeditorParser.body.php	(revision 539)
+++ /MediaWiki/trunk/extensions/FCKeditor/FCKeditorParser.body.php	(revision 540)
@@ -71,5 +71,5 @@
             }
             else if ($sum == 0) {
-                $finalString .= '<span class="fck_template">' . strtr(substr($text, $startingPos, $pos - $startingPos + 19), $strtr) . '</span>';
+                $finalString .= '<span class="fck_mw_template">' . strtr(substr($text, $startingPos, $pos - $startingPos + 19), $strtr) . '</span>';
                 $startingPos = $pos + 19;
             }
@@ -87,5 +87,5 @@
     function stripNoGallery($text) {}
     function stripToc( $text ) {
-        $prefix = '<span class="fck_magic">';
+        $prefix = '<span class="fck_mw_magic">';
         $suffix = '</span>';
 
