From 3e42e050df6e0c98f7c2652551b8f8d0e673451e Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 5 Nov 2010 19:36:51 +0000 Subject: [PATCH] followup #76127 - fix a space inserted where it shouldn'tve been. --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ); -- 2.20.1