diff --git a/user/index.php b/user/index.php
index 2a0767f984c..cf3527a7d08 100644
--- a/user/index.php
+++ b/user/index.php
@@ -82,8 +82,8 @@
$table->data[] = array (print_user_picture($student->id, $course->id, $student->picture, false, true),
"wwwroot/user/view.php?id=$student->id&course=$course->id\">$student->firstname $student->lastname",
- "$student->city, ".$COUNTRIES["$student->country"]."",
- "$lastaccess");
+ "$student->city, ".$COUNTRIES["$student->country"]."",
+ "$lastaccess");
}
print_table($table, 2, 0);
}