diff --git a/sections/forums/thread.php b/sections/forums/thread.php
index f1eb65e6..56e83aed 100644
--- a/sections/forums/thread.php
+++ b/sections/forums/thread.php
@@ -352,7 +352,7 @@
if ($ForumID == STAFF_FORUM) {
?>
- Votes: =number_format($TotalVotes)?> / ="$StaffCount\n"?>
+ Votes: =number_format($StaffCount - count($StaffNames))?> / =$StaffCount?> current staff, =number_format($TotalVotes)?> total
Missing votes: =implode(", ", $StaffNames); echo "\n";?>