From 8d8229ac5f010d4b4ccde2f766c73bbf60468111 Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Mon, 27 Aug 2018 20:36:45 -0600 Subject: [PATCH] Update time_condition_edit.php (#3308) --- app/time_conditions/time_condition_edit.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 2c5746674c..0ab7e01a0b 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -920,7 +920,7 @@ echo "\n"; echo " ".$text['label-name']."\n"; echo "\n"; echo "\n"; -echo " \n"; +echo " \n"; echo "
\n"; echo " ".$text['description-name']."\n"; echo "
\n"; @@ -933,7 +933,7 @@ echo "\n"; echo " ".$text['label-extension']."\n"; echo "\n"; echo "\n"; -echo " \n"; +echo " \n"; echo "
\n"; echo " ".$text['description-extension']."
\n"; echo "\n"; @@ -1197,10 +1197,10 @@ if ($action == 'update') { } foreach ($_SESSION['domains'] as $row) { if ($row['domain_uuid'] == $domain_uuid) { - echo " \n"; + echo " \n"; } else { - echo " \n"; + echo " \n"; } } echo " \n"; @@ -1228,7 +1228,7 @@ if ($action == 'update') { echo " ".$text['label-description']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "\n"; echo "\n"; @@ -1238,7 +1238,7 @@ if ($action == 'update') { echo "
\n"; if ($action == "update") { - echo " \n"; + echo " \n"; } echo " \n"; echo "
";