Show
Ignore:
Timestamp:
02/14/08 02:16:54 (22 months ago)
Author:
mpaschal
Message:

Remove extra space

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-29/lib/MT/App.pm

    r1174 r1366  
    545545        } 
    546546    } else { 
    547         $app->{cgi_headers}{-status} = ($app->response_code || 200) . " " 
     547        $app->{cgi_headers}{-status} = ($app->response_code || 200) 
    548548                                     . ($app->{response_message} ? ' ' . $app->{response_message} : ''); 
    549549        $app->{cgi_headers}{-type} = $type;