Index: /MediaWiki/trunk/FCKeditorSajax.body.php
===================================================================
--- /MediaWiki/trunk/FCKeditorSajax.body.php	(revision 2458)
+++ /MediaWiki/trunk/FCKeditorSajax.body.php	(revision 2459)
@@ -50,4 +50,8 @@
 		}
 	}
+	$arr = explode("\n", $ret);
+	sort($arr);
+	$ret = implode("\n", $arr);
+	
 	return $ret;
 }
