diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index 5b2972dba1..238532c31c 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -203,10 +203,10 @@ if ($_GET['a'] == "download") { } echo "
| \n"; + echo " | \n"; echo " ".$text['title-sofia-status-profile']." ".$sip_profile_name." \n"; echo " | \n"; - echo "\n"; + echo " | \n"; if ($sip_profile_name != "external") { echo " \n"; } |