From be8c73036ced3d0a96ee2578ad53410d64a7efba Mon Sep 17 00:00:00 2001 From: Robert Stevens Date: Fri, 17 May 2019 00:22:05 -0700 Subject: [PATCH] fix sip_h_Diversion typo --- app/dialplans/dialplan_detail_edit.php | 2 +- app/dialplans/dialplan_edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dialplans/dialplan_detail_edit.php b/app/dialplans/dialplan_detail_edit.php index 35e678d7c9..31443bd5cf 100644 --- a/app/dialplans/dialplan_detail_edit.php +++ b/app/dialplans/dialplan_detail_edit.php @@ -342,7 +342,7 @@ function replace_param(obj){ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo "\n"; } if (strlen($dialplan_detail_tag) == 0 || $dialplan_detail_tag == "action" || $dialplan_detail_tag == "anti-action") { diff --git a/app/dialplans/dialplan_edit.php b/app/dialplans/dialplan_edit.php index cc0ad935d0..d9c9758907 100644 --- a/app/dialplans/dialplan_edit.php +++ b/app/dialplans/dialplan_edit.php @@ -705,7 +705,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; //} //if (strlen($dialplan_detail_tag) == 0 || $dialplan_detail_tag == "action" || $dialplan_detail_tag == "anti-action") {