diff options
Diffstat (limited to 'web/html/voters.php')
-rw-r--r-- | web/html/voters.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/voters.php b/web/html/voters.php index a3b2469..f4d72f4 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -28,7 +28,7 @@ if ($account == 'Trusted User' || $account == 'Developer') { $uid = $row['UsersID']; $username = $row['Username']; ?> -<a href="account.php?Action=AccountInfo&ID=<?php echo $uid ?>"> +<a href="account.php?Action=AccountInfo&ID=<?php echo $uid ?>"> <?php echo $username ?></a><br /> <?php } |