diff options
-rw-r--r-- | config/freeswitch/freeswitch_status.tmp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch_status.tmp b/config/freeswitch/freeswitch_status.tmp index 3c6b5231..413fbbbd 100644 --- a/config/freeswitch/freeswitch_status.tmp +++ b/config/freeswitch/freeswitch_status.tmp @@ -222,7 +222,7 @@ echo "<br /><br />\n\n"; $fp = event_socket_create($host, $port, $password); $cmd = "api show channels"; $response = event_socket_request($fp, $cmd); -echo "<b>show channels</b>\n"; +echo "<b>show channels</b><br />\n"; if (strlen($response) > 40) { echo "<textarea cols='85' rows='10' wrap='off'>\n"; echo $response; @@ -241,7 +241,7 @@ echo "<br /><br />\n\n"; $fp = event_socket_create($host, $port, $password); $cmd = "api show calls"; $response = event_socket_request($fp, $cmd); -echo "<b>show calls</b>\n"; +echo "<b>show calls</b><br />\n"; if (strlen($response) > 40) { echo "<textarea cols='85' rows='10' wrap='off'>\n"; echo $response; |