From 4c33410df7f6f04b484f100e690384e87cd2bd1e Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Sat, 9 Jun 2018 11:01:55 -0600 Subject: [PATCH] Escape user data on call_recording_edit.php (#3094) --- app/call_recordings/call_recording_edit.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/call_recordings/call_recording_edit.php b/app/call_recordings/call_recording_edit.php index bfba99955a..c78c8ebc42 100644 --- a/app/call_recordings/call_recording_edit.php +++ b/app/call_recordings/call_recording_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) 2017 + Portions created by the Initial Developer are Copyright (C) 2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -185,7 +185,7 @@ echo " ".$text['label-call_recording_name']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_recording_name']."\n"; echo "\n"; @@ -196,7 +196,7 @@ echo " ".$text['label-call_recording_path']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_recording_path']."\n"; echo "\n"; @@ -207,7 +207,7 @@ echo " ".$text['label-call_recording_length']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_recording_length']."\n"; echo "\n"; @@ -218,7 +218,7 @@ echo " ".$text['label-call_recording_date']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_recording_date']."\n"; echo "\n"; @@ -229,7 +229,7 @@ echo " ".$text['label-call_direction']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_direction']."\n"; echo "\n"; @@ -240,7 +240,7 @@ echo " ".$text['label-call_recording_description']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_recording_description']."\n"; echo "\n";