Index: trunk/phase3/includes/Linker.php |
— | — | @@ -313,7 +313,7 @@ |
314 | 314 | return ''; |
315 | 315 | } |
316 | 316 | |
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- |
318 | 318 | # ment text. Otherwise, we return the title text itself. |
319 | 319 | if ( $target->getPrefixedText() === '' and $target->getFragment() !== '' ) { |
320 | 320 | return htmlspecialchars( $target->getFragment() ); |