diff --git a/core/module/course/course.php b/core/module/course/course.php
index 43522fc..4c88bf2 100644
--- a/core/module/course/course.php
+++ b/core/module/course/course.php
@@ -104,7 +104,7 @@ class course extends common
? sprintf('%s %s', $this->getData(['user', $this->getData(['course', $courseId, 'author']), 'firstname']), $this->getData(['user', $this->getData(['course', $courseId, 'author']), 'lastname']))
: '';
$categorieUrl = helper::baseUrl() . 'course/swap/' . $courseId;
- $info = sprintf(' %s
Auteur : %s
Id : %s
', $categorieUrl, $this->getData(['course', $courseId, 'title']), $author, $courseId, );
+ $info = sprintf(' %s
Auteur : %s
Id : %s
', $categorieUrl, $this->getData(['course', $courseId, 'title']), $author, $courseId, );
$enrolment = sprintf(
'Accès : %s
Inscription : %s
',
self::$courseAccess[$this->getData(['course', $courseId, 'access'])],