diff --git a/app/view/Jeu/display.html b/app/view/Jeu/display.html index 957eebc3c6c667a9966cc128c6304c1a6f508551..70c8109787a468e15692f3f2530a0bef3a785d63 100644 --- a/app/view/Jeu/display.html +++ b/app/view/Jeu/display.html @@ -19,8 +19,8 @@ <?php foreach($this->classement as $ligne) { ?> <tr> <td>"<?php echo $ligne['classement']; ?>"</td> - <td><a href="../profil/<?php echo $ligne['slug'];?>)"><img src="<?php echo $ligne['avatar'];?>" alt="Image de profil de <?php echo $ligne['pseudo'];?>" class="classement-profil-img"></a></td> - <td><a href="../profil/ <?php echo $ligne['slug'] ;?>"> <?php $ligne['pseudo']; ?> </a></td> + <td><a href="../profil/<?php echo $ligne['slug'];?>"><img src="<?php echo $ligne['avatar'];?>" alt="Image de profil de <?php echo $ligne['pseudo'];?>" class="classement-profil-img"></a></td> + <td><a href="../profil/<?php echo $ligne['slug'];?>"> <?php $ligne['pseudo']; ?> </a></td> <td><?php echo $ligne['score'] ; ?></td> </tr> <?php