From 94cdfd6952e45fe2a98f62c2bb5a7c07bcde5801 Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Fri, 21 Jun 2024 23:45:24 +0000 Subject: [PATCH] [futaba] add missing class to username links --- themes/futaba/comment.theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/futaba/comment.theme.php b/themes/futaba/comment.theme.php index dec2abd0..5bbd62e1 100644 --- a/themes/futaba/comment.theme.php +++ b/themes/futaba/comment.theme.php @@ -94,7 +94,7 @@ class CustomCommentListTheme extends CommentListTheme $i_comment_id = $comment->comment_id; $i_image_id = $comment->image_id; - $h_userlink = "$h_name"; + $h_userlink = "$h_name"; $h_date = $comment->posted; $h_del = ""; if ($user->can(Permissions::DELETE_COMMENT)) {