[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(
|
TR(
|
||||||
TD([], $n),
|
TD([], $n),
|
||||||
TD([], rawHTML((string)$value)),
|
TD([], rawHTML((string)$value)),
|
||||||
TD([], $user)
|
TD([], rawHTML('<a class="username" href="'.make_link('user/'.$user).'">'.$user.'</a>'))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$n++;
|
$n++;
|
||||||
|
|
Reference in a new issue