From be931aa043bf0b7126356e2808965e34e6a4f883 Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Sat, 9 Jun 2018 11:55:41 -0600 Subject: [PATCH] Escape user data on ivr_menu_edit.php (#3100) --- app/ivr_menus/ivr_menu_edit.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app/ivr_menus/ivr_menu_edit.php b/app/ivr_menus/ivr_menu_edit.php index 077f7f41e1..b32506476e 100644 --- a/app/ivr_menus/ivr_menu_edit.php +++ b/app/ivr_menus/ivr_menu_edit.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-2017 + Portions created by the Initial Developer are Copyright (C) 2008-2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -501,7 +501,7 @@ echo " ".$text['label-name']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-name']."\n"; echo "\n"; @@ -512,7 +512,7 @@ echo " ".$text['label-extension']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-extension']."\n"; echo "\n"; @@ -957,7 +957,7 @@ echo " ".$text['label-timeout']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-timeout']."\n"; echo "\n"; @@ -1017,7 +1017,7 @@ echo " ".$text['label-caller_id_name_prefix']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-caller_id_name_prefix']."\n"; echo "\n"; @@ -1223,7 +1223,7 @@ echo " ".$text['label-comfirm_macro']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-comfirm_macro']."\n"; echo "\n"; @@ -1234,7 +1234,7 @@ echo " ".$text['label-comfirm_key']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-comfirm_key']."\n"; echo "\n"; @@ -1245,7 +1245,7 @@ echo " ".$text['label-tts_engine']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-tts_engine']."\n"; echo "\n"; @@ -1256,7 +1256,7 @@ echo " ".$text['label-tts_voice']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-tts_voice']."\n"; echo "\n"; @@ -1267,7 +1267,7 @@ echo " ".$text['label-comfirm_attempts']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-comfirm_attempts']."\n"; echo "\n"; @@ -1278,7 +1278,7 @@ echo " ".$text['label-inter-digit_timeout']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-inter-digit_timeout']."\n"; echo "\n"; @@ -1289,7 +1289,7 @@ echo " ".$text['label-max_failures']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_failures']."\n"; echo "\n"; @@ -1300,7 +1300,7 @@ echo " ".$text['label-max_timeouts']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_timeouts']."\n"; echo "\n"; @@ -1311,7 +1311,7 @@ echo " ".$text['label-digit_length']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-digit_length']."\n"; echo "\n"; @@ -1352,7 +1352,7 @@ echo " ".$text['label-description']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-description']."\n"; echo "\n"; @@ -1361,7 +1361,7 @@ echo " \n"; if (strlen($ivr_menu_uuid) > 0) { echo " \n"; - echo " \n"; + echo " \n"; } echo "
"; echo " \n";