[futaba] add missing class to username links

This commit is contained in:
discomrade 2024-06-21 23:45:24 +00:00 committed by Shish
parent 9deeb38c00
commit 94cdfd6952

View file

@ -94,7 +94,7 @@ class CustomCommentListTheme extends CommentListTheme
$i_comment_id = $comment->comment_id;
$i_image_id = $comment->image_id;
$h_userlink = "<a href='".make_link("user/$h_name")."'>$h_name</a>";
$h_userlink = "<a class='username' href='".make_link("user/$h_name")."'>$h_name</a>";
$h_date = $comment->posted;
$h_del = "";
if ($user->can(Permissions::DELETE_COMMENT)) {