Fix HTML in blog comments

This commit is contained in:
Léo Serre 2022-02-02 11:01:41 +00:00
parent 662f72a006
commit 8490877990
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
<? } else { ?>
<?=$comment->author_obj->name?>
<? } ?>
le <? echo datefmt_format($user->datetime_format,date_create($comment->update_date, new DateTimeZone("UTC"))) ?></p>
le <? echo datefmt_format($user->datetime_format,date_create($comment->update_date, new DateTimeZone("UTC"))) ?>
<? if (($user->rankIsHigher("moderator") || $user->id == $comment->author) && $comment->is_public == 't') { ?>
<span class="delete_link"><a href="<?=$config['rel_root_folder']?>blog/<?=$blogArticle->permalink?>/delete_comment/<?=$comment->id?>"><i class="fas fa-trash"></i> Effacer le commentaire</a></span>
<? } ?>