--- trunk/lib/Frey/Server.pm 2008/11/16 00:25:39 349 +++ trunk/lib/Frey/Server.pm 2008/11/16 00:37:34 350 @@ -130,7 +130,7 @@ if ( $@ ) { warn $@; $req->conn->send_error( 404 ); # FIXME this should probably be 500, but we can't ship page with it - $req->print( qq{
$@
} );
+		$req->print( qq{
$@
} );
 #		Carp::REPL::repl;
 
 	}