From 9deeb38c00c6a2ef8fe17d7d9cff6d3f5f010daf Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:52:23 +0000 Subject: [PATCH] [statistics] make usernames into links --- ext/statistics/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/statistics/theme.php b/ext/statistics/theme.php index 18986457..2d0f8ca7 100644 --- a/ext/statistics/theme.php +++ b/ext/statistics/theme.php @@ -43,7 +43,7 @@ class StatisticsTheme extends Themelet TR( TD([], $n), TD([], rawHTML((string)$value)), - TD([], $user) + TD([], rawHTML(''.$user.'')) ) ); $n++;