r44699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44698‎ | r44699 | r44700 >
Date:01:18, 17 December 2008
Author:danny_b
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEmailuser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEmailuser.php
@@ -171,7 +171,7 @@
172172 $subject = $this->subject;
173173
174174 // Add a standard footer and trim up trailing newlines
175 - $this->text = rtrim($this->text) . "\n\n---\n" . wfMsgExt( 'emailuserfooter',
 175+ $this->text = rtrim($this->text) . "\n\n-- \n" . wfMsgExt( 'emailuserfooter',
176176 array( 'content', 'parsemag' ), array( $from->name, $to->name ) );
177177
178178 if( wfRunHooks( 'EmailUser', array( &$to, &$from, &$subject, &$this->text ) ) ) {

Status & tagging log