Index: /branches/release-30/lib/MT/App.pm
===================================================================
--- /branches/release-30/lib/MT/App.pm (revision 1369)
+++ /branches/release-30/lib/MT/App.pm (revision 1371)
@@ -533,5 +533,5 @@
         if ($app->{response_message}) {
             $app->{apache}->status_line(($app->response_code || 200)
-                                        . ($app->{response_message} ? ' ' . $app->{response_message} : '');
+                                        . ($app->{response_message} ? ' ' . $app->{response_message} : ''));
         } else {
             $app->{apache}->status($app->response_code || 200);
