* footer separator fix per http://tools.ietf.org/html/rfc3676#section-4.3
[lhc/web/wiklou.git] / includes / specials / SpecialEmailuser.php
index 9dd491f..1556820 100644 (file)
@@ -171,7 +171,7 @@ class EmailUserForm {
                $subject = $this->subject;
 
                // Add a standard footer and trim up trailing newlines
-               $this->text = rtrim($this->text) . "\n\n---\n" . wfMsgExt( 'emailuserfooter',
+               $this->text = rtrim($this->text) . "\n\n-- \n" . wfMsgExt( 'emailuserfooter',
                        array( 'content', 'parsemag' ), array( $from->name, $to->name ) );
                
                if( wfRunHooks( 'EmailUser', array( &$to, &$from, &$subject, &$this->text ) ) ) {