diff --git a/src/aboutBot.php b/src/aboutBot.php
index 64ab962..b506623 100644
--- a/src/aboutBot.php
+++ b/src/aboutBot.php
@@ -1,5 +1,5 @@
 <article>
 <?php
-echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
+echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
 ?>
 </article>
\ No newline at end of file