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)) {