git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9253 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-08-11 23:58:42 +00:00
parent a17da62106
commit 22bd6add20
1 changed files with 1 additions and 1 deletions

View File

@ -2024,7 +2024,7 @@ SWITCH_STANDARD_API(show_function)
if (!strcasecmp(var, "text/plain")) {
holder.http = NULL;
}
} else {
} else if (holder.http) {
stream->write_function(stream, "%s", "Content-Type: text/html\n\n");
}