From 56ded99189bcdd4d5db98b8bfdcff8029fe1769f Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Sat, 9 Jun 2018 11:40:24 -0600 Subject: [PATCH] Escape user data on recording_edit.php (#3104) --- app/recordings/recording_edit.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/recordings/recording_edit.php b/app/recordings/recording_edit.php index a766edea4e..2ac9158228 100644 --- a/app/recordings/recording_edit.php +++ b/app/recordings/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) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -148,7 +148,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-recording_name']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-recording']."\n"; echo "\n"; @@ -159,8 +159,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-file_name']."\n"; echo "\n"; echo "\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "
\n"; echo $text['message-file']."\n"; echo "\n"; @@ -171,14 +171,14 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " Description\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-description']."\n"; echo "\n"; echo "\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
"; echo " \n"; echo " \n"; @@ -189,4 +189,4 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>