Index: /MediaWiki/trunk/FCKeditorSkin.body.php
===================================================================
--- /MediaWiki/trunk/FCKeditorSkin.body.php	(revision 1830)
+++ /MediaWiki/trunk/FCKeditorSkin.body.php	(revision 1831)
@@ -232,6 +232,11 @@
 				}
 			}
-			//see ticket 1386 why it is commented
-			//$u .= $nt->getFragmentForURL();
+			
+			/*
+			* See tickets 1386 and 1690 before changing anything
+			*/
+			if( $nt->getPartialUrl() == '' ) {
+				$u .= $nt->getFragmentForURL();
+			}
 		}
 		if ( $text == '' ) {
