r2979 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2978‎ | r2979 | r2980 >
Date:11:41, 5 April 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
dirty hack to work around the one-space-at-beginning-required problem
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -426,7 +426,7 @@
427427 $text = $wgDateFormatter->reformat( $this->mOptions->getDateFormat(), $text );
428428 }
429429
430 - $text = $this->replaceExternalLinks( $text );
 430+ $text = ' '.$this->replaceExternalLinks( $text );
431431 $text = $this->doTokenizedParser ( $text );
432432 $text = $this->doTableStuff ( $text ) ;
433433

Status & tagging log