diff --git a/app/dialplans/dialplan_xml.php b/app/dialplans/dialplan_xml.php index ac4fc407f1..440f7e00d8 100644 --- a/app/dialplans/dialplan_xml.php +++ b/app/dialplans/dialplan_xml.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2021 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -234,19 +234,6 @@ echo "\n"; echo "\n"; //show the content @@ -277,12 +263,12 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; -// echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; - echo " \n"; foreach ($themes as $optgroup => $theme) { - echo "\n"; + echo " \n"; foreach ($theme as $value => $label) { $selected = strtolower($label) == strtolower($setting_theme) ? 'selected' : null; - echo "\n"; + echo " \n"; } - echo "\n"; + echo " \n"; } - echo " \n"; echo " \n"; echo " \n"; @@ -389,4 +374,4 @@ //show the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file