diff --git a/TallyCore/TextResults.cs b/TallyCore/TextResults.cs index d22cc808..ee59cb30 100644 --- a/TallyCore/TextResults.cs +++ b/TallyCore/TextResults.cs @@ -141,7 +141,9 @@ private void ConstructNormalOutput() case DisplayMode.Compact: userVoteCount = GetUserVoteCount(vote.Value); AddCompactVote(vote, taskGroup.Key, userVoteCount); - AddCompactVoters(vote.Value); + StartSpoiler("Voters"); + AddVoters(vote.Value); + EndSpoiler(); break; case DisplayMode.CompactNoVoters: userVoteCount = GetUserVoteCount(vote.Value);