From: Mark A. Hershberger Date: Fri, 5 Nov 2010 19:36:51 +0000 (+0000) Subject: followup #76127 - fix a space inserted where it shouldn'tve been. X-Git-Tag: 1.31.0-rc.0~34066 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3e42e050df6e0c98f7c2652551b8f8d0e673451e;p=lhc%2Fweb%2Fwiklou.git followup #76127 - fix a space inserted where it shouldn'tve been. --- diff --git a/includes/Linker.php b/includes/Linker.php index 92765b847f..c19700845e 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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() );