Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | $subject = $this->subject; |
173 | 173 | |
174 | 174 | // 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', |
176 | 176 | array( 'content', 'parsemag' ), array( $from->name, $to->name ) ); |
177 | 177 | |
178 | 178 | if( wfRunHooks( 'EmailUser', array( &$to, &$from, &$subject, &$this->text ) ) ) { |