diff --git a/app/sip_profiles/sip_profile_edit.php b/app/sip_profiles/sip_profile_edit.php index 7bc7c700e4..1543e9fada 100644 --- a/app/sip_profiles/sip_profile_edit.php +++ b/app/sip_profiles/sip_profile_edit.php @@ -173,7 +173,7 @@ if ($action == "update") { message::add($text['message-update']); } - header('Location: sip_profile_edit.php?id='.escape($sip_profile_uuid)); + header('Location: sip_profile_edit.php?id='.urlencode($sip_profile_uuid)); exit; } @@ -254,7 +254,7 @@ || permission_exists('inbound_route_add') || permission_exists('outbound_route_add') || permission_exists('time_condition_add')) { - echo " \n"; + echo " \n"; } echo " "; echo "\n"; @@ -291,8 +291,8 @@ if (is_uuid($row["sip_profile_uuid"])) { $sip_profile_uuid = $row["sip_profile_uuid"]; } - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "