[futaba] add missing class to username links
This commit is contained in:
parent
9deeb38c00
commit
94cdfd6952
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Reference in a new issue