diff --git a/main/course_progress/thematic.php b/main/course_progress/thematic.php
index 44e4611d31..a1268ee886 100755
--- a/main/course_progress/thematic.php
+++ b/main/course_progress/thematic.php
@@ -99,7 +99,7 @@ if ($action == 'thematic_list') {
echo '
';
if (api_is_allowed_to_edit(null, true) && api_get_session_id() == $thematic['session_id']) {
- echo ' ';
+ echo ' ';
}
$new_thematic_plan_data = array();
@@ -140,7 +140,7 @@ if ($action == 'thematic_list') {
// display thematic advance data
echo ' | ';
if (api_is_allowed_to_edit(null, true) && api_get_session_id() == $thematic['session_id']) {
- echo ' ';
+ echo ' ';
}
//if (api_is_allowed_to_edit(null, true) && api_get_session_id() == $thematic['session_id']) {
|