Index: trunk/phase3/includes/User.php |
— | — | @@ -3765,7 +3765,7 @@ |
3766 | 3766 | if ( !$template |
3767 | 3767 | || $template->getNamespace() !== NS_TEMPLATE |
3768 | 3768 | || !$template->exists() ) { |
3769 | | - $text = "== $subject ==\n\n$text\n\n-- $signature" |
| 3769 | + $text = "== $subject ==\n\n$text\n\n-- $signature"; |
3770 | 3770 | } else { |
3771 | 3771 | $text = '{{'. $template->getText() |
3772 | 3772 | . " | subject=$subject | body=$text | signature=$signature }}"; |