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 "
";