php fix parse error

This commit is contained in:
gnieark 2015-12-26 22:05:07 +01:00
parent 8bbff1c216
commit eb7652416c

View File

@ -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>