summaryrefslogtreecommitdiffstats
path: root/web/html/voters.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/voters.php')
-rw-r--r--web/html/voters.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/voters.php b/web/html/voters.php
index a3b24690..f4d72f40 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&amp;ID=<?php echo $uid ?>">
<?php echo $username ?></a><br />
<?php
}