[statistics] make usernames into links
This commit is contained in:
parent
3fc9753e8e
commit
9deeb38c00
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class StatisticsTheme extends Themelet
|
|||
TR(
|
||||
TD([], $n),
|
||||
TD([], rawHTML((string)$value)),
|
||||
TD([], $user)
|
||||
TD([], rawHTML('<a class="username" href="'.make_link('user/'.$user).'">'.$user.'</a>'))
|
||||
)
|
||||
);
|
||||
$n++;
|
||||
|
|
Reference in a new issue