Index: trunk/extensions/NewUserMessage/NewUserMessage.class.php |
— | — | @@ -257,7 +257,7 @@ |
258 | 258 | */ |
259 | 259 | static protected function formatUserMessage( $subject, $text, $signature ) { |
260 | 260 | $contents = "\n"; |
261 | | - $signature = empty( $signature ) ? "~~~~~" : "{$signature} ~~~~~"; |
| 261 | + $signature = empty( $signature ) ? "~~~~" : "{$signature} ~~~~~"; |
262 | 262 | |
263 | 263 | if ( $subject ) { |
264 | 264 | $contents .= "== $subject ==\n"; |