Index: trunk/phase3/includes/Parser.php |
— | — | @@ -426,7 +426,7 @@ |
427 | 427 | $text = $wgDateFormatter->reformat( $this->mOptions->getDateFormat(), $text ); |
428 | 428 | } |
429 | 429 | |
430 | | - $text = $this->replaceExternalLinks( $text ); |
| 430 | + $text = ' '.$this->replaceExternalLinks( $text ); |
431 | 431 | $text = $this->doTokenizedParser ( $text ); |
432 | 432 | $text = $this->doTableStuff ( $text ) ; |
433 | 433 | |