followup #76127 - fix a space inserted where it shouldn'tve been.
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 5 Nov 2010 19:36:51 +0000 (19:36 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 5 Nov 2010 19:36:51 +0000 (19:36 +0000)
includes/Linker.php

index 92765b8..c197008 100644 (file)
@@ -313,7 +313,7 @@ class Linker {
                        return '';
                }
 
-               # If the target is just a fragment, with no title, we return the frag-
+               # If the target is just a fragment, with no title, we return the frag-
                # ment text.  Otherwise, we return the title text itself.
                if ( $target->getPrefixedText() === '' and $target->getFragment() !== '' ) {
                        return htmlspecialchars( $target->getFragment() );