提交 83a82343 authored 作者: Brian West's avatar Brian West

small tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5063 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e35e9b0a
......@@ -1856,11 +1856,11 @@ static switch_status_t pa_cmd(char *cmd, switch_core_session_t *isession, switch
}
if (func) {
if (stream->event) {
if (http) {
stream->write_function(stream, "<pre>");
}
status = func(&argv[lead], argc - lead, stream);
if (stream->event) {
if (http) {
stream->write_function(stream, "\n\n</pre>");
}
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论