From: Brian West Date: Sun, 4 Jan 2009 00:58:50 +0000 (+0000) Subject: don't add pre tag because its bad to assume X-Git-Tag: v1.0.3~822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532b650551fb4a04e25406e722a7ad1a09cbc267;p=thirdparty%2Ffreeswitch.git don't add pre tag because its bad to assume git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11066 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 817df704bd..3d13e74220 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -3882,11 +3882,6 @@ SWITCH_STANDARD_API(conf_api_main) http = switch_event_get_header(stream->param_event, "http-host"); } - if (http) { - /* Output must be to a web browser */ - stream->write_function(stream, "
\n");
-	}
-
 	if (!(lbuf = strdup(cmd))) {
 		return status;
 	}