diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 91ca716344..3eefece4a8 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2108,7 +2108,7 @@ SWITCH_STANDARD_API(status_function) if (html) { /* don't bother cli with heading and timestamp */ - stream->write_function(stream, "%sFreeSWITCH Status%s", html?"

":"", html?"

\n":"\n"); + stream->write_function(stream, "%sFreeSWITCH Status%s", "

", "

\n"); stream->write_function(stream, "%s%s", switch_event_get_header(stream->param_event,"Event-Date-Local"), nl); }