r76128 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76127‎ | r76128 | r76129 >
Date:19:36, 5 November 2010
Author:mah
Status:ok (Comments)
Tags:
Comment:
followup #76127 - fix a space inserted where it shouldn'tve been.
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -313,7 +313,7 @@
314314 return '';
315315 }
316316
317 - # If the target is just a fragment, with no title, we return the frag-
 317+ # If the target is just a fragment, with no title, we return the frag-
318318 # ment text. Otherwise, we return the title text itself.
319319 if ( $target->getPrefixedText() === '' and $target->getFragment() !== '' ) {
320320 return htmlspecialchars( $target->getFragment() );

Comments

#Comment by MarkAHershberger (talk | contribs)   19:40, 5 November 2010

err... followup r76127

Status & tagging log