diff --git a/main/announcements/announcements.inc.php b/main/announcements/announcements.inc.php
index bfd14641af..ac3fa646ce 100644
--- a/main/announcements/announcements.inc.php
+++ b/main/announcements/announcements.inc.php
@@ -178,7 +178,7 @@ function construct_not_selected_select_form($group_list=null, $user_list=null,$t
if (!(in_array("USER:".$this_user["user_id"],$to_already_selected))) // $to_already_selected is the array containing the users (and groups) that are already selected
{
echo "\t\t\n";
}
}
@@ -225,7 +225,7 @@ function construct_selected_select_form($group_list=null, $user_list=null,$to_al
{
foreach($ref_array_users as $key=>$value){
if($value['user_id']==$id){
- echo "\t\t";
+ echo "\t\t";
break;
}
}
@@ -253,7 +253,7 @@ function construct_selected_select_form($group_list=null, $user_list=null,$to_al
if (!is_array($to_already_selected) || !in_array("USER:".$this_user['user_id'],$to_already_selected)) // $to_already_selected is the array containing the users (and groups) that are already selected
{
echo "\t\t\n";
}
}
@@ -621,7 +621,7 @@ function sent_to_form($sent_to_array)
foreach ($sent_to_array['users'] as $user_id)
{
$user_info = api_get_user_info($user_id);
- $output.="\t\n";
+ $output.="\t\n";
}
}
}