Index: FCKeditorParser.body.php
===================================================================
--- FCKeditorParser.body.php	(revision 1896)
+++ FCKeditorParser.body.php	(working copy)
@@ -332,7 +332,7 @@
 		'end'=>'}',
 		'cb' => array(
 		2=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
-		3=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
+		3=>array('FCKeditorParser', 'fck_skipArgs'),
 		),
 		'min' =>2,
 		'max' =>3,
Index: mw12/FCKeditorParser_OldPP.body.php
===================================================================
--- mw12/FCKeditorParser_OldPP.body.php	(revision 1896)
+++ mw12/FCKeditorParser_OldPP.body.php	(working copy)
@@ -332,7 +332,7 @@
 		'end'=>'}',
 		'cb' => array(
 		2=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
-		3=>array('FCKeditorParser', 'fck_leaveTemplatesAlone'),
+		3=>array('FCKeditorParser', 'fck_skipArgs'),
 		),
 		'min' =>2,
 		'max' =>3,
@@ -425,6 +425,9 @@
 	function fck_leaveTemplatesAlone( $matches ) {
 		return "<!--FCK_SKIP_START-->".$matches['text']."<!--FCK_SKIP_END-->";
 	}
+	function fck_skipArgs( $matches ) {
+		return $matches['text'];
+	}
 	function formatHeadings( $text, $isMain=true ) {
 		return $text;
 	}
