fix numeric_score to use make_link for user profile links
This commit is contained in:
parent
2e5a51bc8d
commit
455bf795de
@ -58,7 +58,7 @@ class NumericScore extends Extension {
|
||||
$html = "<table>";
|
||||
foreach($x as $vote) {
|
||||
$html .= "<tr><td>";
|
||||
$html .= "<a href='/user/{$vote['username']}'>{$vote['username']}</a>";
|
||||
$html .= "<a href='".make_link("user/{$vote['username']}")."'>{$vote['username']}</a>";
|
||||
$html .= "</td><td>";
|
||||
$html .= $vote['score'];
|
||||
$html .= "</td></tr>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user