]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't add pre tag because its bad to assume
authorBrian West <brian@freeswitch.org>
Sun, 4 Jan 2009 00:58:50 +0000 (00:58 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 4 Jan 2009 00:58:50 +0000 (00:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11066 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 817df704bd6c3330623067fb93cbade7cb039ac5..3d13e7422037d60900629312ef46d83b4a8e8963 100644 (file)
@@ -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, "<pre>\n");
-       }
-
        if (!(lbuf = strdup(cmd))) {
                return status;
        }